Browse Source

Remove useless local dependencies from pom

Fabio Battaglia 4 years ago
parent
commit
5a10a1c9e5
1 changed files with 0 additions and 16 deletions
  1. 0 16
      pom.xml

+ 0 - 16
pom.xml

@@ -25,22 +25,6 @@
       <version>2.9.2</version>
     </dependency>
 
-    <dependency>
-      <groupId>io.github.java-native</groupId>
-      <artifactId>jssc-javadoc</artifactId>
-      <version>2.9.2</version>
-      <scope>system</scope>
-      <systemPath>${project.basedir}/lib/jssc-2.9.2-javadoc.jar</systemPath>
-    </dependency>
-
-    <dependency>
-      <groupId>io.github.java-native</groupId>
-      <artifactId>jssc-sources</artifactId>
-      <version>2.9.2</version>
-      <scope>system</scope>
-      <systemPath>${project.basedir}/lib/jssc-2.9.2-sources.jar</systemPath>
-    </dependency>
-
     <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>