diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | pom.xml | 11 |
2 files changed, 1 insertions, 12 deletions
@@ -1,2 +1,2 @@ -out/ +target/ .DS_Store @@ -34,17 +34,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>1.2.3</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-core</artifactId> - <version>1.2.3</version> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.28</version> |