Skip to content

Commit

Permalink
[24] Upgrade to WildFly 25 and get the feature pack working with a pr…
Browse files Browse the repository at this point in the history
…ovisioned version of WildFly 25.

resolves #24
  • Loading branch information
jamezp committed Nov 3, 2021
1 parent 42a1c3d commit 02524c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
6 changes: 6 additions & 0 deletions galleon-feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@
<artifactId>galleon-feature-pack</artifactId>
<version>${version.org.jboss.resteasy}</version>
<type>zip</type>
<exclusions>
<exclusion>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-ee-galleon-pack</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down
12 changes: 2 additions & 10 deletions galleon-feature-pack/wildfly-feature-pack-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,13 @@
<transitive>
<dependency group-id="org.wildfly" artifact-id="wildfly-ee-galleon-pack" translate-to-fpl="true">
<name>org.wildfly:wildfly-ee-galleon-pack</name>
<packages inherit="true">
<!-- Exclude modules no longer provided by RESTEasy -->
<exclude name="org.jboss.resteasy.resteasy-yaml-provider"/>
<exclude name="org.jboss.resteasy.resteasy-jettison-provider"/>
<exclude name="org.jboss.resteasy.resteasy-spring"/>
</packages>
<default-configs inherit="false"/>
<packages inherit="true"/>
</dependency>
</transitive>
<dependencies>
<dependency group-id="org.wildfly" artifact-id="wildfly-galleon-pack" translate-to-fpl="true">
<name>org.wildfly:wildfly-galleon-pack</name>
<packages inherit="true">
<exclude name="microprofile-rest-client"/>
</packages>
<packages inherit="true"/>
</dependency>
<dependency group-id="org.jboss.resteasy" artifact-id="galleon-feature-pack" translate-to-fpl="true">
<name>org.jboss.resteasy:galleon-feature-pack</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<version.org.jboss.logging.jboss-logging-tools>2.2.1.Final</version.org.jboss.logging.jboss-logging-tools>
<version.org.jboss.resteasy>5.0.0.Beta2</version.org.jboss.resteasy>

<version.org.wildfly>24.0.1.Final</version.org.wildfly>
<version.org.wildfly>25.0.1.Final</version.org.wildfly>
<!-- TODO (jrp) this can be removed when RESTEASY-2973 is resolved -->
<version.org.wildfly.common>1.5.2.Final</version.org.wildfly.common>

Expand Down

0 comments on commit 02524c9

Please sign in to comment.