mirror of
https://gitcode.com/gh_mirrors/on/onvif.git
synced 2025-12-30 05:22:27 +00:00
continue using java 1.8 as default... but output runs on java 8 and 12.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
</parent>
|
||||
<artifactId>onvif-java</artifactId>
|
||||
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
@@ -56,7 +57,7 @@
|
||||
<version>3.4</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Java 9+ javax dependencies -->
|
||||
<!-- Java 9+ javax dependencies start -->
|
||||
<dependency>
|
||||
<groupId>com.sun.activation</groupId>
|
||||
<artifactId>javax.activation</artifactId>
|
||||
@@ -80,10 +81,7 @@
|
||||
<artifactId>jaxb-impl</artifactId>
|
||||
<version>${jaxb.api.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Java 9+ javax dependencies end -->
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
Reference in New Issue
Block a user