diff options
| author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 18:53:58 +0000 | 
|---|---|---|
| committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 18:53:58 +0000 | 
| commit | d18e0570672f9743acbcaaa98fb15844c50e4bf1 (patch) | |
| tree | 5ddfc8460ade0eae0199c113d77bf2b734b5d482 /pdf-over-gui | |
| parent | fd63db00a873ba082029848041fe28392e496316 (diff) | |
| download | pdf-over-d18e0570672f9743acbcaaa98fb15844c50e4bf1.tar.gz pdf-over-d18e0570672f9743acbcaaa98fb15844c50e4bf1.tar.bz2 pdf-over-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 'pdf-over-gui')
| -rw-r--r-- | pdf-over-gui/pom.xml | 4 | 
1 files changed, 4 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> | 
