You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2018/08/03 20:36:07 UTC

wicket git commit: Removed Joda version property

Repository: wicket
Updated Branches:
  refs/heads/master 2fc0fdce3 -> a5d04985d


Removed Joda version property


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

Branch: refs/heads/master
Commit: a5d04985d49c4f2d80552e2a2b0b3bb40b88ed4f
Parents: 2fc0fdc
Author: Andrea Del Bene <an...@gmail.com>
Authored: Fri Aug 3 22:35:21 2018 +0200
Committer: Andrea Del Bene <an...@gmail.com>
Committed: Fri Aug 3 22:35:21 2018 +0200

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/a5d04985/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 11182422..9752ce9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,6 @@
 		<cglib.version>3.2.6</cglib.version>
 		<jacoco.version>0.7.9</jacoco.version>
 		<jetty.version>9.4.10.v20180503</jetty.version>
-		<joda-time.version>2.9.9</joda-time.version>
 		<junit.version>4.12</junit.version>
 		<spring.version>4.3.10.RELEASE</spring.version>
 		<servlet-api.version>3.1.0</servlet-api.version>