Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
V3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericBregier committed Sep 4, 2020
1 parent d8bd0fe commit 237d795
Showing 1 changed file with 10 additions and 33 deletions.
43 changes: 10 additions & 33 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@
<!-- Waarp Versions -->
<waarp.directory.version>test</waarp.directory.version>
<waarp.module.version>test</waarp.module.version>
<waarp.version>3.4.0</waarp.version>
<waarp.version>3.5.0</waarp.version>
<revision>${waarp.version}</revision>

<!-- Dependencies versions -->
<netty.version>4.1.51.Final</netty.version>
<netty-tcnative.version>2.0.31.Final</netty-tcnative.version>
<netty-tcnative.version>2.0.34.Final</netty-tcnative.version>
<waarp-shaded.version>1.0.2</waarp-shaded.version><!-- Netty HTTP and
Selenuum -->
<netty.http.version>1.5.0</netty.http.version><!--Java6 shaded version -->
Expand All @@ -179,28 +179,28 @@
<commons.daemon.version>1.2.2</commons.daemon.version>
<commons.io.version>2.7</commons.io.version>
<commons.dbcp.version>1.4</commons.dbcp.version>
<commons.pool.version>2.8.0</commons.pool.version>
<commons.pool.version>2.8.1</commons.pool.version>
<commons-exec.version>1.3</commons-exec.version>
<commons-logging.version>1.2</commons-logging.version>
<commons-net.version>3.6</commons-net.version>
<commons-codec.version>1.14</commons-codec.version>
<commons-net.version>3.7</commons-net.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-cli.version>1.4</commons-cli.version>
<commons.pool1.version>1.6</commons.pool1.version>
<h2.version>1.4.200</h2.version><!--Java6 version -->
<mariadb.version>2.5.4</mariadb.version>
<mysql.version>8.0.20</mysql.version>
<postgresql.version>42.2.14</postgresql.version>
<postgresql.version>42.2.16.jre6</postgresql.version>
<oracle.version>6</oracle.version>
<jackson.version>2.11.1</jackson.version><!--Java6 version -->
<jackson-databind.version>2.11.1</jackson-databind.version><!--Java6 version -->
<jackson.version>2.11.2</jackson.version><!--Java6 version -->
<jackson-databind.version>2.11.2</jackson-databind.version><!--Java6
version -->
<jaxen.version>1.2.0</jaxen.version>
<dom4j.version>2.1.3</dom4j.version>
<xerces.version>2.12.1</xerces.version>
<javasysmon.version>0.3.6</javasysmon.version>
<gson.version>2.8.6</gson.version>
<resteasy.jaxrs.version>3.12.1.Final</resteasy.jaxrs.version>
<resteasy.client.version>3.12.1.Final</resteasy.client.version>
<resteasy.client.version>4.4.2.Final</resteasy.client.version>
<javax.ws.rs.version>2.1.1</javax.ws.rs.version><!--Java6 version -->
<jetty.version>9.4.28.v20200408</jetty.version>
<snmp4j.version>2.8.3</snmp4j.version>
Expand Down Expand Up @@ -1502,25 +1502,6 @@
<artifactId>xercesImpl</artifactId>
<version>${xerces.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>${resteasy.jaxrs.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</exclusion>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
Expand Down Expand Up @@ -2062,10 +2043,6 @@
<groupId>org.exist-db.thirdparty.xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
Expand Down

0 comments on commit 237d795

Please sign in to comment.