Skip to content

Commit

Permalink
[WFCORE-254] Removed the org.apache.commons.logging module as it will…
Browse files Browse the repository at this point in the history
… be provided by WildFly Core. Also removed the org.slf4j.jcl-over-slf4j module as well.
  • Loading branch information
jamezp committed Sep 19, 2016
1 parent 078c905 commit 4835466
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 86 deletions.
5 changes: 5 additions & 0 deletions client/jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>

</project>
17 changes: 6 additions & 11 deletions feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,12 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-hc</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down Expand Up @@ -1327,17 +1333,6 @@
<artifactId>picketlink-idm-impl</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-ext</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ org.jboss.sasl:jboss-sasl
org.jboss.xnio:xnio-api
org.jboss.xnio:xnio-nio
org.jgroups:jgroups
org.slf4j:slf4j-api
org.slf4j:jcl-over-slf4j


Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<module name="javax.xml.stream.api" />
<module name="javax.xml.ws.api" />
<module name="org.apache.commons.lang" />
<module name="org.apache.commons.logging"/>
<module name="org.apache.httpcomponents"/>
<module name="org.apache.neethi" />
<module name="org.apache.velocity" />
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6001,6 +6001,7 @@
<version>${version.org.picketlink}</version>
</dependency>

<!-- This dependency is no longer used as a module. However it is required for client the JMS client library -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions testsuite/domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@
<artifactId>picketbox</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.jboss.logmanager</groupId>
<artifactId>commons-logging-jboss-logmanager</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.logmanager</groupId>
Expand Down

0 comments on commit 4835466

Please sign in to comment.