42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
|
<dependency>
|
||
|
<artifactId>xercesImpl</artifactId>
|
||
|
<groupId>xerces</groupId>
|
||
|
<version>2.9.1</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>javax.servlet</groupId>
|
||
|
<artifactId>jsp-api</artifactId>
|
||
|
<version>2.0</version>
|
||
|
</dependency>
|
||
|
<!-- Apache commons -->
|
||
|
<dependency>
|
||
|
<groupId>commons-codec</groupId>
|
||
|
<artifactId>commons-codec</artifactId>
|
||
|
<version>1.4</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>commons-fileupload</groupId>
|
||
|
<artifactId>commons-fileupload</artifactId>
|
||
|
<version>1.2.2</version>
|
||
|
</dependency>
|
||
|
<!-- Wurfl -->
|
||
|
<dependency>
|
||
|
<groupId>net.sourceforge.wurfl</groupId>
|
||
|
<artifactId>wurfl</artifactId>
|
||
|
<version>1.3.1.1</version>
|
||
|
<exclusions>
|
||
|
<exclusion>
|
||
|
<artifactId>logback-classic</artifactId>
|
||
|
<groupId>ch.qos.logback</groupId>
|
||
|
</exclusion>
|
||
|
<exclusion>
|
||
|
<artifactId>slf4j-api</artifactId>
|
||
|
<groupId>org.slf4j</groupId>
|
||
|
</exclusion>
|
||
|
</exclusions>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>javassist</groupId>
|
||
|
<artifactId>javassist</artifactId>
|
||
|
<version>3.12.1.GA</version>
|
||
|
</dependency>
|