diff --git a/runner/plugin.jelly b/runner/plugin.jelly
index 1cacd99c..5f3edb4e 100644
--- a/runner/plugin.jelly
+++ b/runner/plugin.jelly
@@ -5,7 +5,7 @@
xmlns:define="jelly:define"
xmlns:deploy="deploy"
xmlns:sea="sea"
- xmlns:velocity="jelly:org.apache.commons.jelly.tags.velocity.VelocityTagLibrary"
+ xmlns:velocity="jelly:velocity"
xmlns:runner="runner">
diff --git a/runner/project.xml b/runner/project.xml
index 121845db..943f83e7 100644
--- a/runner/project.xml
+++ b/runner/project.xml
@@ -20,9 +20,6 @@
commons-jelly
commons-jelly-tags-velocity
20030303.205659
-
- root.maven
-
velocity
diff --git a/uberjar/plugin.jelly b/uberjar/plugin.jelly
index a66adf1b..ee6fef5e 100644
--- a/uberjar/plugin.jelly
+++ b/uberjar/plugin.jelly
@@ -2,7 +2,7 @@
diff --git a/uberjar/project.xml b/uberjar/project.xml
index 1522bbe3..3482af9c 100644
--- a/uberjar/project.xml
+++ b/uberjar/project.xml
@@ -74,9 +74,6 @@
commons-jelly
commons-jelly-tags-velocity
20030303.205659
-
- root.maven
-
classworlds
diff --git a/xdoc/plugin.jelly b/xdoc/plugin.jelly
index 527cb72c..b8048d4c 100644
--- a/xdoc/plugin.jelly
+++ b/xdoc/plugin.jelly
@@ -7,7 +7,7 @@
xmlns:pom="pom"
xmlns:util="jelly:util"
xmlns:x="jelly:xml"
- xmlns:velocity="jelly:org.apache.commons.jelly.tags.velocity.VelocityTagLibrary"
+ xmlns:velocity="jelly:velocity"
xmlns:doc="doc">