ソースを参照

Remove self dependency within maven project

Patrick-Christopher Mattulat 2 年 前
コミット
c6fcf3b729
1 ファイル変更0 行追加6 行削除
  1. 0 6
      pom.xml

+ 0 - 6
pom.xml

@@ -24,11 +24,5 @@
       <version>5.9.2</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>com.lynarstudios</groupId>
-      <artifactId>ls-standard-library-jni</artifactId>
-      <version>1.0-SNAPSHOT</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 </project>