summaryrefslogtreecommitdiff
path: root/utils/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'utils/pom.xml')
-rw-r--r--utils/pom.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/utils/pom.xml b/utils/pom.xml
index 8819ce68..4c7623b2 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -40,12 +40,26 @@
<groupId>com.sun.xml.stream</groupId>
<version>1.0.2</version>
</dependency>
-
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.2</version>
+ </dependency>
+<!-- <dependency> -->
+<!-- <groupId>commons-codec</groupId> -->
+<!-- <artifactId>commons-codec</artifactId> -->
+<!-- <version>1.11</version> -->
+<!-- </dependency> -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
</dependency>
+<!-- <dependency> -->
+<!-- <groupId>commons-httpclient</groupId> -->
+<!-- <artifactId>commons-httpclient</artifactId> -->
+<!-- <version>3.1</version> -->
+<!-- </dependency> -->
<!-- for testing -->
<dependency>