Skip to content

Commit

Permalink
Remove unused dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Apr 30, 2014
1 parent 29e8560 commit a44eed7
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,22 +157,7 @@
<artifactId>forge-bootstrap</artifactId>
<version>${project.version}</version>
</dependency>
<!-- SLF4J Logging API -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${version.slf4j}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>${version.slf4j}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-ext</artifactId>
<version>${version.slf4j}</version>
</dependency>

<!-- JBoss Logging dependencies -->
<dependency>
<groupId>org.jboss.logmanager</groupId>
Expand Down

0 comments on commit a44eed7

Please sign in to comment.