ソースを参照

Removed useless dependencies

Baglio Tabifata 4 年 前
コミット
ce004acc85
1 ファイル変更0 行追加8 行削除
  1. 0 8
      README.md

+ 0 - 8
README.md

@@ -80,11 +80,3 @@ Pay attention to the weird position for pin 19.
 #### Requirements
 
 Make sure you have at least a **Java 1.8** compatible JRE installed and have access to your serial port devices (In linux it's usually sufficient to add your user to the `dialout` group).
-
-## Dependencies
-
-Remember to install `jssc` 2.9.2 by [java-native](https://github.com/java-native/jssc) launching this command inside the project directory after checkout:
-
-```text
-mvn install:install-file -Dfile=/path/to/jssc-2.9.2.jar -DgroupId=io.github.java-native -DartifactId=jssc -Dversion=2.9.2 -Dpackaging=jar
-```