Remove log4j-core dependency (#118)

diff --git a/pom.xml b/pom.xml
index 6c9db96..237e7d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,11 +95,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-core</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-slf4j2-impl</artifactId>
       <scope>runtime</scope>
     </dependency>