[Schmitzm-commits] r1419 - in trunk: schmitzm-core schmitzm-parent
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jan 27 12:15:07 CET 2011
Author: alfonx
Date: 2011-01-27 12:15:06 +0100 (Thu, 27 Jan 2011)
New Revision: 1419
Modified:
trunk/schmitzm-core/pom.xml
trunk/schmitzm-parent/pom.xml
Log:
Modified: trunk/schmitzm-core/pom.xml
===================================================================
--- trunk/schmitzm-core/pom.xml 2011-01-27 11:08:17 UTC (rev 1418)
+++ trunk/schmitzm-core/pom.xml 2011-01-27 11:15:06 UTC (rev 1419)
@@ -18,24 +18,7 @@
<url>http://maven.apache.org</url>
<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>
-
- <dependency>
<groupId>javax.media</groupId>
<artifactId>jai_core</artifactId>
<version>1.1.3</version>
Modified: trunk/schmitzm-parent/pom.xml
===================================================================
--- trunk/schmitzm-parent/pom.xml 2011-01-27 11:08:17 UTC (rev 1418)
+++ trunk/schmitzm-parent/pom.xml 2011-01-27 11:15:06 UTC (rev 1419)
@@ -90,6 +90,22 @@
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.2</version>
+ <type>jar</type>
+ <scope>test</scope>
+ </dependency>
+
+ <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>
</dependencies>
<build>
More information about the Schmitzm-commits
mailing list