diff options
author | pdanner <pdanner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2010-12-06 16:52:33 +0000 |
---|---|---|
committer | pdanner <pdanner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2010-12-06 16:52:33 +0000 |
commit | ba7e8ff66db282cebd30d30ef517022d8e5d22b6 (patch) | |
tree | e999abd81c4f129f827d82d05f81530b38336505 | |
parent | 29ad090c29567ff1a4d3a2ec9b8ad0b5d80ee24d (diff) | |
download | pdf-as-3-ba7e8ff66db282cebd30d30ef517022d8e5d22b6.tar.gz pdf-as-3-ba7e8ff66db282cebd30d30ef517022d8e5d22b6.tar.bz2 pdf-as-3-ba7e8ff66db282cebd30d30ef517022d8e5d22b6.zip |
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@672 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
-rw-r--r-- | pom.xml | 29 |
1 files changed, 2 insertions, 27 deletions
@@ -200,12 +200,6 @@ <dependencies>
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- </dependency>
-
- <dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
@@ -240,13 +234,11 @@ <artifactId>xercesImpl</artifactId>
<version>2.7.1</version>
</dependency>
-
<dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
<version>1.1</version>
</dependency>
-
<dependency>
<groupId>axis</groupId>
<artifactId>axis</artifactId>
@@ -309,12 +301,6 @@ </dependency>
<!-- fuer Integration in andere Web-Seiten -->
- <dependency>
- <groupId>opensymphony</groupId>
- <artifactId>sitemesh</artifactId>
- <version>2.3</version>
- </dependency>
-
<!-- iText -->
<!-- deprecated: modified itext project has been mavenized and equipped with version number
<dependency>
@@ -351,17 +337,6 @@ <!-- multiple languages for web application -->
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <version>1.1.2</version>
- </dependency>
- <dependency>
- <groupId>taglibs</groupId>
- <artifactId>standard</artifactId>
- <version>1.1.2</version>
- </dependency>
-
- <dependency>
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
<version>2.6.9</version>
|