diff options
author | tkellner <tkellner@3a0b52a2-8410-0410-bc02-ff6273a87459> | 2012-08-24 17:04:59 +0000 |
---|---|---|
committer | tkellner <tkellner@3a0b52a2-8410-0410-bc02-ff6273a87459> | 2012-08-24 17:04:59 +0000 |
commit | 91f0950413ecf1c6bf07ea05023d890b561068b7 (patch) | |
tree | 05fc0cd1e1745513323d63ab2f520fd4f63dbf52 | |
parent | e1bc934f1948043fa4bfa44963337c2ef554d99d (diff) | |
download | pdf-over-91f0950413ecf1c6bf07ea05023d890b561068b7.tar.gz pdf-over-91f0950413ecf1c6bf07ea05023d890b561068b7.tar.bz2 pdf-over-91f0950413ecf1c6bf07ea05023d890b561068b7.zip |
Add commons-httpclient as a dependecy
git-svn-id: https://svn.iaik.tugraz.at/svn/egiz/prj/current/12PDF-OVER-4.0@12393 3a0b52a2-8410-0410-bc02-ff6273a87459
-rw-r--r-- | trunk/pdf-over-gui/pom.xml | 4 | ||||
-rw-r--r-- | trunk/pom.xml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/trunk/pdf-over-gui/pom.xml b/trunk/pdf-over-gui/pom.xml index 46c66a63..68937df2 100644 --- a/trunk/pdf-over-gui/pom.xml +++ b/trunk/pdf-over-gui/pom.xml @@ -30,6 +30,10 @@ <artifactId>pdf-over-sigpdfas</artifactId> <version>4.0.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + </dependency> </dependencies> <profiles> diff --git a/trunk/pom.xml b/trunk/pom.xml index c36f94e7..5770a8e3 100644 --- a/trunk/pom.xml +++ b/trunk/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 |