Remove unused dependency to commons-lang in wicket-examples
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c4ce524b Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c4ce524b Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/c4ce524b Branch: refs/heads/master Commit: c4ce524b9ae326fd3fabdb0b1aabdd359bdd44c4 Parents: 6762971 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed Sep 10 12:10:51 2014 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Sep 10 12:11:43 2014 +0300 ---------------------------------------------------------------------- pom.xml | 5 ----- wicket-examples/pom.xml | 4 ---- 2 files changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/c4ce524b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cc64e38..10e8adb 100644 --- a/pom.xml +++ b/pom.xml @@ -466,11 +466,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.6</version> - </dependency> - <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.4</version> http://git-wip-us.apache.org/repos/asf/wicket/blob/c4ce524b/wicket-examples/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml index faefe37..b64779b 100644 --- a/wicket-examples/pom.xml +++ b/wicket-examples/pom.xml @@ -91,10 +91,6 @@ <artifactId>spring-web</artifactId> </dependency> <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - <dependency> <groupId>velocity</groupId> <artifactId>velocity</artifactId> <version>1.4</version>
