18 |
<url>http://maven.apache.org</url> |
<url>http://maven.apache.org</url> |
19 |
|
|
20 |
<dependencies> |
<dependencies> |
|
|
|
|
<dependency> |
|
|
<!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded --> |
|
|
<!-- to 1.2.14 http://jira.codehaus.org/browse/MEV-649 --> |
|
|
<groupId>log4j</groupId> |
|
|
<artifactId>log4j</artifactId> |
|
|
<version>1.2.14</version> |
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
<groupId>junit</groupId> |
|
|
<artifactId>junit</artifactId> |
|
|
<version>4.8.2</version> |
|
|
<type>jar</type> |
|
|
<scope>test</scope> |
|
|
</dependency> |
|
|
|
|
21 |
<dependency> |
<dependency> |
22 |
<groupId>javax.media</groupId> |
<groupId>javax.media</groupId> |
23 |
<artifactId>jai_core</artifactId> |
<artifactId>jai_core</artifactId> |