Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AKTIN
dwh-import
Commits
b3925568
Commit
b3925568
authored
Apr 16, 2019
by
R.W.Majeed
Browse files
dependencies added for jdk12 compatibility
parent
1f44cbb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
demo-server/pom.xml
View file @
b3925568
...
...
@@ -59,5 +59,49 @@
<artifactId>
cda-server
</artifactId>
<version>
0.13-SNAPSHOT
</version>
</dependency>
<!-- dependencies accounting for java12 removal of javax.activation and jaxb -->
<dependency>
<groupId>
javax.activation
</groupId>
<artifactId>
javax.activation-api
</artifactId>
<version>
1.2.0
</version>
</dependency>
<dependency>
<groupId>
javax.xml.bind
</groupId>
<artifactId>
jaxb-api
</artifactId>
<version>
2.3.1
</version>
</dependency>
<dependency>
<groupId>
com.sun.xml.bind
</groupId>
<artifactId>
jaxb-impl
</artifactId>
<version>
2.3.2
</version>
</dependency>
<dependency>
<groupId>
com.sun.xml.bind
</groupId>
<artifactId>
jaxb-core
</artifactId>
<version>
2.3.0.1
</version>
</dependency>
<dependency>
<groupId>
javax.xml.ws
</groupId>
<artifactId>
jaxws-api
</artifactId>
<version>
2.3.1
</version>
</dependency>
<dependency>
<groupId>
com.sun.xml.ws
</groupId>
<artifactId>
jaxws-ri
</artifactId>
<version>
2.3.2
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<dependency>
<groupId>
com.sun.xml.ws
</groupId>
<artifactId>
jaxws-ri
</artifactId>
<version>
2.3.2
</version>
<type>
pom
</type>
</dependency>
<!-- or
jaxws-rt and jaxws-tools?
-->
</dependencies>
</project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment