Skip to content
Snippets Groups Projects
Commit 1606f4d9 authored by srosse's avatar srosse
Browse files

no-jira: add javax.xml.ws API to start OpenOLAT with Java 11

parent 15a1e039
No related branches found
No related tags found
No related merge requests found
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
<artifactId>log4j</artifactId> <artifactId>log4j</artifactId>
<version>1.2.17</version> <version>1.2.17</version>
</dependency> </dependency>
<!-- Jersey for tomcat --> <!-- Apache CXF for tomcat -->
<dependency> <dependency>
<groupId>org.apache.cxf</groupId> <groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId> <artifactId>cxf-rt-frontend-jaxws</artifactId>
...@@ -409,6 +409,11 @@ ...@@ -409,6 +409,11 @@
<artifactId>cxf-rt-rs-http-sci</artifactId> <artifactId>cxf-rt-rs-http-sci</artifactId>
<version>${apache.cxf}</version> <version>${apache.cxf}</version>
</dependency> </dependency>
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<version>2.3.1</version>
</dependency>
<dependency> <dependency>
<groupId>org.dom4j</groupId> <groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId> <artifactId>dom4j</artifactId>
...@@ -2154,6 +2159,12 @@ ...@@ -2154,6 +2159,12 @@
<version>1.1.1</version> <version>1.1.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<version>2.3.1</version>
<scope>test</scope>
</dependency>
<!-- core dependencies --> <!-- core dependencies -->
<dependency> <dependency>
<groupId>net.sourceforge.nekohtml</groupId> <groupId>net.sourceforge.nekohtml</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment