openjpa test pom cleanup
diff --git a/integration-test/src/test/resources/integration-tests/openjpa/pom.xml b/integration-test/src/test/resources/integration-tests/openjpa/pom.xml
index 028ec9e..75a5272 100644
--- a/integration-test/src/test/resources/integration-tests/openjpa/pom.xml
+++ b/integration-test/src/test/resources/integration-tests/openjpa/pom.xml
@@ -69,7 +69,7 @@
       <artifactId>openjpa</artifactId>
       <version>${openjpa.version}</version>
     </dependency>
-    <dependency> <!-- for hikari -->
+    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
       <version>${slf4j.version}</version>
@@ -90,15 +90,11 @@
       <groupId>org.apache.derby</groupId>
       <artifactId>derbytools</artifactId>
       <version>${derby.version}</version>
-      <scope>system</scope>
-      <systemPath>/opt/rmannibucau/dev/derby-10.14/jars/sane/derbytools.jar</systemPath>
     </dependency>
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
       <version>${derby.version}</version>
-      <scope>system</scope>
-      <systemPath>/opt/rmannibucau/dev/derby-10.14/jars/sane/derby.jar</systemPath>
     </dependency>
   </dependencies>