Explorar el Código

Update jssc dependency

Baglio Tabifata hace 4 años
padre
commit
8acc5ef5c4
Se han modificado 2 ficheros con 9 adiciones y 3 borrados
  1. 7 1
      README.md
  2. 2 2
      pom.xml

+ 7 - 1
README.md

@@ -27,4 +27,10 @@ The following PAL models are supported
 - PAL16R8 **(untested)**
 
 ### Command line
-**TODO**
+**TODO**
+
+## Dependencies
+Remember to install `jssc` 2.9.2 by [java-native](https://github.com/java-native/jssc) with a command like this:
+```
+mvn install:install-file -Dfile=./lib/jssc-2.9.2.jar -DgroupId=io.github.java-native -DartifactId=jssc -Dversion=2.9.2 -Dpackaging=jar
+```

+ 2 - 2
pom.xml

@@ -23,8 +23,8 @@
       <groupId>io.github.java-native</groupId>
       <artifactId>jssc</artifactId>
       <version>2.9.2</version>
-      <scope>system</scope>
-      <systemPath>${project.basedir}/lib/jssc-2.9.2.jar</systemPath>
+      <!--scope>system</scope-->
+      <!--systemPath>${project.basedir}/lib/jssc-2.9.2.jar</systemPath-->
     </dependency>
 
     <dependency>