mirror of
https://gitcode.com/gh_mirrors/on/onvif.git
synced 2025-12-30 05:22:27 +00:00
Cleanup java 9-12 support
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- BHL -->
|
||||
<!-- Java 9+ javax dependencies start -->
|
||||
<dependency>
|
||||
<groupId>javax.xml.ws</groupId>
|
||||
<artifactId>jaxws-api</artifactId>
|
||||
@@ -38,6 +38,7 @@
|
||||
<artifactId>javax.jws-api</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
<!-- Java 9+ javax dependencies end -->
|
||||
|
||||
|
||||
<!-- <dependency> -->
|
||||
|
||||
8
pom.xml
8
pom.xml
@@ -9,16 +9,10 @@
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<cxf.version>3.1.10</cxf.version>
|
||||
|
||||
|
||||
<javax.activation.version>1.2.0</javax.activation.version>
|
||||
<jaxb.api.version>2.3.0</jaxb.api.version> <!-- 2.3.0, 2.3.1 or 2.4.0-b180830.0359 -->
|
||||
|
||||
</properties>
|
||||
|
||||
|
||||
|
||||
|
||||
<modules>
|
||||
<module>onvif-ws-client</module>
|
||||
<module>onvif-java</module>
|
||||
@@ -38,6 +32,4 @@
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user