diff options
-rw-r--r-- | pdf-over-gui/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 46c66a63..68937df2 100644 --- a/pdf-over-gui/pom.xml +++ b/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> @@ -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 |