Removed logging library from pom.xml

This commit is contained in:
Obique PSWG
2015-08-18 09:09:56 -05:00
parent aa17501941
commit 7640a7b50f

View File

@@ -43,11 +43,6 @@
<type>jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
</dependency>
</dependencies>
<build>