This version introduces Java 11 compatibility by implementing a missing function as native code and thus dropping the dependency to the function jdk.internal.misc.SharedSecrets. See https://github.com/Pi4J/pi4j/issues/442 for details. Signed-off-by: Michael Rumpf <michael@rumpfonline.de>
This commit is contained in:
parent
051c764789
commit
e9cd6de033
@ -18,13 +18,13 @@
|
||||
<dependency>
|
||||
<groupId>com.pi4j</groupId>
|
||||
<artifactId>pi4j-core</artifactId>
|
||||
<version>1.2</version>
|
||||
<version>1.4</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.pi4j</groupId>
|
||||
<artifactId>pi4j-gpio-extension</artifactId>
|
||||
<version>1.2</version>
|
||||
<version>1.3</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user