You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/02/14 10:51:38 UTC

[4/8] git commit: Explicitly depend on commons-io:2.4 because commons-fileupload:1.3.1 brings 2.2 as its own dependency

Explicitly depend on commons-io:2.4 because commons-fileupload:1.3.1 brings 2.2 as its own dependency


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

Branch: refs/heads/sandbox/component-queueing-2
Commit: 8f6d6029599283d9371d0900564ae4eb67b2713f
Parents: 9038c38
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Feb 12 16:08:40 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Feb 12 16:08:40 2014 +0200

----------------------------------------------------------------------
 wicket-util/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/8f6d6029/wicket-util/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml
index 3c4a4045..410a232 100755
--- a/wicket-util/pom.xml
+++ b/wicket-util/pom.xml
@@ -32,6 +32,11 @@
 			<version>1.3.1</version>
 		</dependency>
 		<dependency>
+			<groupId>commons-io</groupId>
+			<artifactId>commons-io</artifactId>
+			<version>2.4</version>
+		</dependency>
+		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
 			<scope>provided</scope>