File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 14311431 <version >4.4.1</version >
14321432 </dependency >
14331433 <!-- Coming soon: JAVA 11 -->
1434- <!-- <dependency>-->
1435- <!-- <groupId>com.sun.xml.ws</groupId>-->
1436- <!-- <artifactId>jaxws-ri</artifactId>-->
1437- <!-- <version>2.3.0</version>-->
1438- <!-- <type>pom</type>-->
1439- <!-- </dependency>-->
1434+ <dependency >
1435+ <groupId >com.sun.xml.ws</groupId >
1436+ <artifactId >jaxws-ri</artifactId >
1437+ <version >2.3.3</version >
1438+ <type >pom</type >
1439+ </dependency >
1440+ <dependency >
1441+ <groupId >javax.xml.bind</groupId >
1442+ <artifactId >jaxb-api</artifactId >
1443+ <version >2.3.1</version >
1444+ </dependency >
1445+ <dependency >
1446+ <groupId >javax.annotation</groupId >
1447+ <artifactId >javax.annotation-api</artifactId >
1448+ <version >1.3.2</version >
1449+ </dependency >
1450+ <!-- Added for Tomcat9.0.97 -->
1451+ <dependency >
1452+ <groupId >com.sun.xml.bind</groupId >
1453+ <artifactId >jaxb-impl</artifactId >
1454+ <version >2.3.3</version >
1455+ </dependency >
14401456 <dependency >
14411457 <groupId >javax.servlet</groupId >
14421458 <artifactId >jstl</artifactId >
15341550 <artifactId >maven-compiler-plugin</artifactId >
15351551 <version >3.8.1</version >
15361552 <configuration >
1537- <source >1.8 </source >
1538- <target >1.8 </target >
1553+ <source >11 </source >
1554+ <target >11 </target >
15391555 </configuration >
15401556 </plugin >
15411557
You can’t perform that action at this time.
0 commit comments