slf4j-Version aktualisiert und unnötige Abhängigkeiten entfernt
authorKai Moritz <kai@coolibri.de>
Fri, 1 Jul 2011 12:07:43 +0000 (14:07 +0200)
committerKai Moritz <kai@coolibri.de>
Fri, 1 Jul 2011 12:07:43 +0000 (14:07 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 7085f2e..f9bb030 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -34,9 +34,8 @@
 
     <!-- Verwendete Versionen -->
     <junit.version>4.8.1</junit.version>
-    <log4j.version>1.2.15</log4j.version>
     <servlet-api.version>2.5</servlet-api.version>
-    <slf4j.version>1.5.11</slf4j.version>
+    <slf4j.version>1.6.1</slf4j.version>
     <springframework.version>3.0.5.RELEASE</springframework.version>
 
   </properties>
       <artifactId>slf4j-api</artifactId>
       <version>${slf4j.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>jcl-over-slf4j</artifactId>
-      <version>${slf4j.version}</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <version>${slf4j.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>log4j</groupId>
-          <artifactId>log4j</artifactId>
-        </exclusion>
-      </exclusions>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>${log4j.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>javax.mail</groupId>
-          <artifactId>mail</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>javax.jms</groupId>
-          <artifactId>jms</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>com.sun.jdmk</groupId>
-          <artifactId>jmxtools</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>com.sun.jmx</groupId>
-          <artifactId>jmxri</artifactId>
-        </exclusion>
-      </exclusions>
-      <scope>runtime</scope>
-    </dependency>
 
     <!-- Test -->
     <dependency>