Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
e1fea43e
Commit
e1fea43e
authored
Sep 20, 2018
by
Piotr Gawron
Browse files
jaxws dependency conflict resolved
parent
71f12090
Changes
2
Hide whitespace changes
Inline
Side-by-side
annotation/pom.xml
View file @
e1fea43e
...
...
@@ -83,6 +83,41 @@
<groupId>
uk.ac.ebi.chebi.webapps.chebiWS.client
</groupId>
<artifactId>
chebiWS-client
</artifactId>
<version>
${chebi-ws.version}
</version>
<exclusions>
<exclusion>
<groupId>
com.sun.xml.ws
</groupId>
<artifactId>
jaxws-rt
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.sun.xml.ws
</groupId>
<artifactId>
jaxws-api
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.sun.xml.ws
</groupId>
<artifactId>
jaxws-tools
</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/com.sun.xml.ws/jaxws-rt -->
<dependency>
<groupId>
com.sun.xml.ws
</groupId>
<artifactId>
jaxws-rt
</artifactId>
<version>
${jaxws.version}
</version>
<type>
pom
</type>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.xml.ws/jaxws-api -->
<dependency>
<groupId>
javax.xml.ws
</groupId>
<artifactId>
jaxws-api
</artifactId>
<version>
${jaxws.version}
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.sun.xml.ws/jaxws-tools -->
<dependency>
<groupId>
com.sun.xml.ws
</groupId>
<artifactId>
jaxws-tools
</artifactId>
<version>
${jaxws.version}
</version>
<type>
pom
</type>
</dependency>
<!-- Spring -->
...
...
pom.xml
View file @
e1fea43e
...
...
@@ -60,6 +60,8 @@
<chebi-ws.version>
2.3.2
</chebi-ws.version>
<jaxws.version>
2.2.7
</jaxws.version>
<miriam-lib.version>
1.1.5
</miriam-lib.version>
<celldesigner.version>
4.4
</celldesigner.version>
...
...
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