Skip to content

Commit

Permalink
Update POM to slf4j new version 1.7.13, remove redundant dependacy on…
Browse files Browse the repository at this point in the history
… "simple"
  • Loading branch information
bigjosh committed Feb 5, 2016
1 parent e860ce8 commit 3b96b8a
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -159,16 +159,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.6.1</version>
<type>jar</type>
<scope>test</scope>
<optional>true</optional>
<version>1.7.13</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down

0 comments on commit 3b96b8a

Please sign in to comment.