Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dwh-import
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AKTIN
dwh-import
Commits
b3925568
Commit
b3925568
authored
Apr 16, 2019
by
R.W.Majeed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dependencies added for jdk12 compatibility
parent
1f44cbb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
demo-server/pom.xml
demo-server/pom.xml
+44
-0
No files found.
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