Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 3de49fb86 -> b9ea44952


Remove dependency to velocity 1.4

wicket-velocity brings it as transitive. And it is 1.7


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/b9ea4495
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/b9ea4495
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/b9ea4495

Branch: refs/heads/wicket-6.x
Commit: b9ea44952117f9d9a889615b19a261d9d22bb50b
Parents: 3de49fb
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Authored: Sun Oct 18 23:34:30 2015 +0200
Committer: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Committed: Sun Oct 18 23:34:30 2015 +0200

----------------------------------------------------------------------
 wicket-examples/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/b9ea4495/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index d714da6..d88e06c 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -91,11 +91,6 @@
                        <artifactId>commons-lang</artifactId>
                </dependency>
                <dependency>
-                       <groupId>velocity</groupId>
-                       <artifactId>velocity</artifactId>
-                       <version>1.4</version>
-               </dependency>
-               <dependency>
                        <groupId>com.uwyn</groupId>
                        <artifactId>jhighlight</artifactId>
                        <version>1.0</version>

Reply via email to