Skip to content
Snippets Groups Projects
Commit 58fe4779 authored by Keith Donald's avatar Keith Donald Committed by Mic
Browse files

correct commons logging exclude

parent 33a5c878
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<exclusions> <exclusions>
<!-- Exclude Commons Logging in favor of SLF4j --> <!-- Exclude Commons Logging in favor of SLF4j -->
<exclusion> <exclusion>
<groupId>org.apache.commons.logging</groupId> <groupId>org.apache.commons</groupId>
<artifactId>com.springsource.org.apache.commons.logging</artifactId> <artifactId>com.springsource.org.apache.commons.logging</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
<exclusions> <exclusions>
<!-- Exclude Commons Logging in favor of SLF4j --> <!-- Exclude Commons Logging in favor of SLF4j -->
<exclusion> <exclusion>
<groupId>org.apache.commons.logging</groupId> <groupId>org.apache.commons</groupId>
<artifactId>com.springsource.org.apache.commons.logging</artifactId> <artifactId>com.springsource.org.apache.commons.logging</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
...@@ -147,12 +147,11 @@ ...@@ -147,12 +147,11 @@
<exclusions> <exclusions>
<!-- Exclude Commons Logging in favor of SLF4j --> <!-- Exclude Commons Logging in favor of SLF4j -->
<exclusion> <exclusion>
<groupId>org.apache.commons.logging</groupId> <groupId>org.apache.commons</groupId>
<artifactId>com.springsource.org.apache.commons.logging</artifactId> <artifactId>com.springsource.org.apache.commons.logging</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<!-- Open JPA Provider --> <!-- Open JPA Provider -->
<dependency> <dependency>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
...@@ -162,7 +161,7 @@ ...@@ -162,7 +161,7 @@
<exclusions> <exclusions>
<!-- Exclude Commons Logging in favor of SLF4j --> <!-- Exclude Commons Logging in favor of SLF4j -->
<exclusion> <exclusion>
<groupId>org.apache.commons.logging</groupId> <groupId>org.apache.commons</groupId>
<artifactId>com.springsource.org.apache.commons.logging</artifactId> <artifactId>com.springsource.org.apache.commons.logging</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment