Skip to content

Commit d8a3d21

Browse files
authored
Merge pull request #25 from cc-ar-emr/java11-upg
2 parents ab86717 + fa84340 commit d8a3d21

1 file changed

Lines changed: 24 additions & 8 deletions

File tree

pom.xml

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,12 +1431,28 @@
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>
@@ -1534,8 +1550,8 @@
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

0 commit comments

Comments
 (0)