Skip to content
Snippets Groups Projects
Commit da97744a authored by Simon Urli's avatar Simon Urli
Browse files

[Misc] Remove hardcoded version of jython-slim in tests

parent b00a8a55
No related branches found
No related tags found
No related merge requests found
......@@ -75,13 +75,14 @@
// Add the Scheduler plugin used by Mail Resender Scheduler Job
"xwikiCfgPlugins=com.xpn.xwiki.plugin.scheduler.SchedulerPlugin"
},
resolveExtraJARs = true,
extraJARs = {
// It's currently not possible to install a JAR contributing a Hibernate mapping file as an Extension. Thus
// we need to provide the JAR inside WEB-INF/lib. See https://jira.xwiki.org/browse/XWIKI-19932
"org.xwiki.platform:xwiki-platform-mail-send-storage",
// Because of https://jira.xwiki.org/browse/XWIKI-17972 we need to install the jython jar manually in
// WEB-INF/lib.
"org.python:jython-slim:2.7.3",
"org.python:jython-slim",
// The Scheduler plugin needs to be in WEB-INF/lib since it's defined in xwiki.properties and plugins are loaded
// by XWiki at startup, i.e. before extensions are provisioned for the tests
"org.xwiki.platform:xwiki-platform-scheduler-api"
......
......@@ -50,13 +50,14 @@
+ "com.xpn.xwiki.plugin.skinx.LinkExtensionPlugin,"
+ "com.xpn.xwiki.plugin.scheduler.SchedulerPlugin"
},
resolveExtraJARs = true,
extraJARs = {
// The Scheduler plugin needs to be in WEB-INF/lib since it's defined in xwiki.cfg and plugins are loaded
// by XWiki at startup, i.e. before extensions are provisioned for the tests
"org.xwiki.platform:xwiki-platform-scheduler-api",
// Because of https://jira.xwiki.org/browse/XWIKI-17972 we need to install the jython jar manually in
// WEB-INF/lib.
"org.python:jython-slim:2.7.3"
"org.python:jython-slim"
})
class SchedulerIT
{
......
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