[Schmitzm-commits] r2243 - in trunk: schmitzm-core schmitzm-parent
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Sat Feb 23 22:54:40 CET 2013
Author: alfonx
Date: 2013-02-23 22:54:40 +0100 (Sat, 23 Feb 2013)
New Revision: 2243
Modified:
trunk/schmitzm-core/pom.xml
trunk/schmitzm-parent/pom.xml
Log:
maven-compilter-plugin upgrade von 2.5.1 auf 3.0 => sollte besser mit JDK7 laufen...
Modified: trunk/schmitzm-core/pom.xml
===================================================================
--- trunk/schmitzm-core/pom.xml 2013-02-23 16:09:47 UTC (rev 2242)
+++ trunk/schmitzm-core/pom.xml 2013-02-23 21:54:40 UTC (rev 2243)
@@ -116,6 +116,20 @@
<groupId>org.apache.solr</groupId>
<version>4.1.0</version>
<type>jar</type>
+ <exclusions>
+ <exclusion>
+ <artifactId>jcl-over-slf4j</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-jdk14</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-api</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
Modified: trunk/schmitzm-parent/pom.xml
===================================================================
--- trunk/schmitzm-parent/pom.xml 2013-02-23 16:09:47 UTC (rev 2242)
+++ trunk/schmitzm-parent/pom.xml 2013-02-23 21:54:40 UTC (rev 2243)
@@ -187,7 +187,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.5.1</version>
+ <version>3.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
@@ -299,7 +299,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.5.1</version>
+ <version>3.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
More information about the Schmitzm-commits
mailing list