summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authortkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 18:53:58 +0000
committertkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 18:53:58 +0000
commitd18e0570672f9743acbcaaa98fb15844c50e4bf1 (patch)
tree5ddfc8460ade0eae0199c113d77bf2b734b5d482 /pom.xml
parentfd63db00a873ba082029848041fe28392e496316 (diff)
downloadmocca-d18e0570672f9743acbcaaa98fb15844c50e4bf1.tar.gz
mocca-d18e0570672f9743acbcaaa98fb15844c50e4bf1.tar.bz2
mocca-d18e0570672f9743acbcaaa98fb15844c50e4bf1.zip
Add commons-httpclient as a dependecy
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@28 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c36f94e7..5770a8e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,6 +145,11 @@
<artifactId>commons-codec</artifactId>
<version>1.3</version>
</dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.0</version>
+ </dependency>
</dependencies>
</dependencyManagement>
</project> \ No newline at end of file