Skip to content

Commit

Permalink
Merge pull request clusterbench#379 from rhusar/bom-separation
Browse files Browse the repository at this point in the history
Remove separation of version.org.wildfly.bom property since as of WFL…
  • Loading branch information
rhusar authored Oct 19, 2023
2 parents 93122ad + c85e1ea commit 718e161
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
<properties>
<linkXRef>false</linkXRef>
<version.org.wildfly>30.0.0.Beta1</version.org.wildfly>
<!-- N.B. Sometimes the release of the BOM lags behind WildFly release, so we sometimes have to decouple these temporarily until the actual release. -->
<version.org.wildfly.bom>${version.org.wildfly}</version.org.wildfly.bom>
<!-- TODO This needs to be updated manually for dependencies that are not managed by the BOM but should be. -->
<version.org.infinispan>14.0.8.Final</version.org.infinispan>
<version.org.wildfly.cloud-feature-pack>3.0.0.Final</version.org.wildfly.cloud-feature-pack>
Expand All @@ -60,7 +58,7 @@
<artifactId>wildfly-ee-with-tools</artifactId>
<scope>import</scope>
<type>pom</type>
<version>${version.org.wildfly.bom}</version>
<version>${version.org.wildfly}</version>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
Expand Down

0 comments on commit 718e161

Please sign in to comment.