Skip to content
Snippets Groups Projects
Commit b7503cba authored by Piotr Gawron's avatar Piotr Gawron
Browse files

dependency conflicts resolved

parent 844f4477
No related branches found
No related tags found
1 merge request!782Resolve "Replace deprecated APIs"
Pipeline #10378 failed
......@@ -143,6 +143,10 @@
<groupId>org.glassfish.jaxb</groupId>
<artifactId>txw2</artifactId>
</exclusion>
<exclusion>
<groupId>org.jvnet.staxex</groupId>
<artifactId>stax-ex</artifactId>
</exclusion>
</exclusions>
</dependency>
......
......@@ -21,10 +21,10 @@
<xercesImp.version>2.12.0</xercesImp.version>
<jaxws.version>2.3.1</jaxws.version>
<jaxws-api.version>2.3.1</jaxws-api.version>
<jaxb.version>2.3.1</jaxb.version>
<txw2.version>2.3.1</txw2.version>
<jaxws.version>2.3.0</jaxws.version>
<jaxws-api.version>2.3.0</jaxws-api.version>
<jaxb.version>2.3.0</jaxb.version>
<txw2.version>2.3.0</txw2.version>
<apache.httpcomponents.version>4.5.8</apache.httpcomponents.version>
<apache.httpcomponents-core.version>4.4.11</apache.httpcomponents-core.version>
......@@ -55,7 +55,7 @@
<libsbgn.version>0.2</libsbgn.version>
<hibernate.version>5.4.2.Final</hibernate.version>
<hibernate.version>5.3.6.Final</hibernate.version>
<jboss-logging.version>3.4.0.Final</jboss-logging.version>
<byte-buddy.version>1.9.10</byte-buddy.version>
......
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