Skip to content

Commit

Permalink
[WFLY-10206] Upgrade to RESTEasy 3.5.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Apr 16, 2018
1 parent 3d6a37c commit 65e901a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
8 changes: 3 additions & 5 deletions component-matrix/pom.xml
Expand Up @@ -163,7 +163,7 @@
<version.org.jboss.mod_cluster>1.3.9.Final</version.org.jboss.mod_cluster>
<version.org.jboss.narayana>5.8.1.Final</version.org.jboss.narayana>
<version.org.jboss.openjdk-orb>8.1.1.Final</version.org.jboss.openjdk-orb>
<version.org.jboss.resteasy>3.5.0.Final</version.org.jboss.resteasy>
<version.org.jboss.resteasy>3.5.1.Final</version.org.jboss.resteasy>
<version.org.jboss.seam.int>7.0.0.GA</version.org.jboss.seam.int>
<version.org.jboss.security.jboss-negotiation>3.0.4.Final</version.org.jboss.security.jboss-negotiation>
<version.org.jboss.security.jbossxacml>2.0.8.Final</version.org.jboss.security.jbossxacml>
Expand Down Expand Up @@ -4295,9 +4295,8 @@

<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<artifactId>resteasy-client-20</artifactId>
<version>${version.org.jboss.resteasy}</version>
<classifier>jaxrs20</classifier>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down Expand Up @@ -4468,9 +4467,8 @@

<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<artifactId>resteasy-jaxrs-20</artifactId>
<version>${version.org.jboss.resteasy}</version>
<classifier>jaxrs20</classifier>
<exclusions>
<exclusion>
<artifactId>slf4j-simple</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions feature-pack/pom.xml
Expand Up @@ -1140,8 +1140,7 @@

<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<classifier>jaxrs20</classifier>
<artifactId>resteasy-client-20</artifactId>
</dependency>

<dependency>
Expand All @@ -1157,8 +1156,7 @@

<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<classifier>jaxrs20</classifier>
<artifactId>resteasy-jaxrs-20</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down
Expand Up @@ -30,7 +30,7 @@
<property-equal name="ee8.preview.mode" value="true"/>
</conditions>
</artifact>
<artifact name="${org.jboss.resteasy:resteasy-jaxrs::jaxrs20}">
<artifact name="${org.jboss.resteasy:resteasy-jaxrs-20}">
<conditions>
<property-not-equal name="ee8.preview.mode" value="true"/>
</conditions>
Expand All @@ -40,7 +40,7 @@
<property-equal name="ee8.preview.mode" value="true"/>
</conditions>
</artifact>
<artifact name="${org.jboss.resteasy:resteasy-client::jaxrs20}">
<artifact name="${org.jboss.resteasy:resteasy-client-20}">
<conditions>
<property-not-equal name="ee8.preview.mode" value="true"/>
</conditions>
Expand Down

0 comments on commit 65e901a

Please sign in to comment.