Skip to content

Commit

Permalink
FORGE-2483: Added SLF4J jars to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Sep 17, 2015
1 parent f228336 commit 5592512
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions database-tools/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
Expand All @@ -71,6 +67,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.5.8</version>
</dependency>
<dependency>
<groupId>org.jboss.forge.furnace.container</groupId>
<artifactId>simple</artifactId>
Expand Down

0 comments on commit 5592512

Please sign in to comment.