Skip to content
Snippets Groups Projects
Commit 37f66ccd authored by srosse's avatar srosse
Browse files

OO-3564: use the new jamwiki compatible with newer OpenOLAT versions

parent e1a6a312
No related branches found
No related tags found
No related merge requests found
...@@ -1888,7 +1888,7 @@ ...@@ -1888,7 +1888,7 @@
<dependency> <dependency>
<groupId>org.openolat.jamwiki</groupId> <groupId>org.openolat.jamwiki</groupId>
<artifactId>jamwiki-core</artifactId> <artifactId>jamwiki-core</artifactId>
<version>1.0.0</version> <version>1.0.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>opensaml</groupId> <groupId>opensaml</groupId>
......
...@@ -146,7 +146,7 @@ public class OlatWikiDataHandler implements DataHandler { ...@@ -146,7 +146,7 @@ public class OlatWikiDataHandler implements DataHandler {
if (InterWikiHandler.isInterWiki(topic)) { if (InterWikiHandler.isInterWiki(topic)) {
return true; return true;
} }
} catch (Exception e) { } catch (Exception | Error e) {
log.warn("Cannot initialize InterWikiHandler", e); log.warn("Cannot initialize InterWikiHandler", e);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment