Skip to content

Commit

Permalink
[DROOLS-1216] exclude commons-logging and use jcl-over-slf4j instead (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
psiroky authored and csadilek committed Jun 27, 2016
1 parent 88e5334 commit af099fe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions kie-ci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,18 @@
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Replacement for above excluded 'commons-logging:commons-logging' -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down

0 comments on commit af099fe

Please sign in to comment.