Cleanup java 9-12 support

This commit is contained in:
bhlowe
2019-07-10 10:25:03 -07:00
parent bd93a7e1ac
commit 657653ad9b
2 changed files with 2 additions and 9 deletions

View File

@@ -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> -->

View File

@@ -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>