aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml29
1 files changed, 2 insertions, 27 deletions
diff --git a/pom.xml b/pom.xml
index 46880bf..f25db33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>