Skip to content

Commit

Permalink
FURNACE-92: Remove slf4j dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Nov 3, 2015
1 parent 86be03a commit 7f2f6e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jandex</artifactId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<version.furnace>${project.version}</version.furnace>
<version.jandex>1.2.1.Final</version.jandex>
<version.javax.el>2.2.4</version.javax.el>
<version.slf4j>1.7.2</version.slf4j>
<version.weld>2.3.1.Final</version.weld>
<version.junit>4.11</version.junit>
</properties>
Expand Down

0 comments on commit 7f2f6e6

Please sign in to comment.