[Schmitzm-commits] r2255 - trunk/schmitzm-regex
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Sun Feb 24 23:23:03 CET 2013
Author: alfonx
Date: 2013-02-24 23:23:02 +0100 (Sun, 24 Feb 2013)
New Revision: 2255
Modified:
trunk/schmitzm-regex/pom.xml
Log:
Modified: trunk/schmitzm-regex/pom.xml
===================================================================
--- trunk/schmitzm-regex/pom.xml 2013-02-24 21:56:52 UTC (rev 2254)
+++ trunk/schmitzm-regex/pom.xml 2013-02-24 22:23:02 UTC (rev 2255)
@@ -17,24 +17,24 @@
<dependencies>
<dependency>
+ <!-- Da unten der log4j klram vom solr rausfliegt, müssen wir hier etwas
+ definieren. -->
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ </dependency>
+
+ <dependency>
<artifactId>solr-core</artifactId>
<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> -->
<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>
- <exclusion>
<artifactId>httpclient</artifactId>
<groupId>org.apache.httpcomponents</groupId>
</exclusion>
More information about the Schmitzm-commits
mailing list