Skip to content

Commit

Permalink
Merge pull request #777 from liweinan/remove_resteasy_spring_feature
Browse files Browse the repository at this point in the history
remove unnecessary resteasy spring feature pack configuration
  • Loading branch information
emmartins authored Nov 20, 2023
2 parents 437e55f + e87bfb1 commit 91ab6b5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions spring-resteasy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@

<!-- The versions for other Dependencies and Plugins -->
<version.spring.framework>6.0.4</version.spring.framework>
<version.resteasy.spring>3.0.4.Final</version.resteasy.spring>
</properties>

<repositories>
Expand Down Expand Up @@ -217,11 +216,6 @@
<feature-pack>
<location>org.wildfly:wildfly-galleon-pack:${version.server}</location>
</feature-pack>
<feature-pack>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>galleon-feature-pack</artifactId>
<version>${version.resteasy.spring}</version>
</feature-pack>
</feature-packs>
<!-- deploys the quickstart on root web context -->
<name>ROOT.war</name>
Expand Down Expand Up @@ -253,11 +247,6 @@
<location>org.wildfly.cloud:wildfly-cloud-galleon-pack:${version.pack.cloud}
</location>
</feature-pack>
<feature-pack>
<groupId>org.jboss.resteasy.spring</groupId>
<artifactId>galleon-feature-pack</artifactId>
<version>${version.resteasy.spring}</version>
</feature-pack>
</feature-packs>
<filename>ROOT.war</filename>
</configuration>
Expand Down

0 comments on commit 91ab6b5

Please sign in to comment.