Skip to content

Commit

Permalink
Cleanup: removed unnecessary surefire version, updated dependency com…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
WolfgangHG committed Dec 21, 2024
1 parent c73bbb3 commit d6a2f98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

<!-- other plugin versions -->
<version.compiler.plugin>${version.compiler.plugin}</version.compiler.plugin>
<version.surefire.plugin>${version.surefire.plugin}</version.surefire.plugin>
<version.failsafe.plugin>${version.failsafe.plugin}</version.failsafe.plugin>
<version.war.plugin>${version.war.plugin}</version.war.plugin>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<version.compiler.plugin>${version.compiler.plugin}</version.compiler.plugin>
<version.ear.plugin>${version.ear.plugin}</version.ear.plugin>
<version.ejb.plugin>${version.ejb.plugin}</version.ejb.plugin>
<version.surefire.plugin>${version.surefire.plugin}</version.surefire.plugin>
<version.failsafe.plugin>${version.failsafe.plugin}</version.failsafe.plugin>
<version.war.plugin>${version.war.plugin}</version.war.plugin>

Expand Down Expand Up @@ -145,11 +144,11 @@
<scope>compile</scope>
</dependency>

<!-- JBoss distributes a complete set of Jakarta EE 8 APIs including
<!-- JBoss distributes a complete set of Jakarta EE APIs including
a Bill of Materials (BOM). A BOM specifies the versions of a "stack" (or
a collection) of artifacts. We use this here so that we always get the correct
versions of artifacts. Here we use the wildfly-jakartaee-8.0-with-tools stack
(you can read this as the WildFly stack of the Jakarta EE 8 APIs -->
versions of artifacts (you can read this as the WildFly stack of the Jakarta EE APIs,
with some extras tools for your project, such as Arquillian for testing) -->
<dependency>
<groupId>org.wildfly.bom</groupId>
<artifactId>wildfly-ee-with-tools</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@

<!-- other plugin versions -->
<version.compiler.plugin>${version.compiler.plugin}</version.compiler.plugin>
<version.surefire.plugin>${version.surefire.plugin}</version.surefire.plugin>
<version.failsafe.plugin>${version.failsafe.plugin}</version.failsafe.plugin>
<version.war.plugin>${version.war.plugin}</version.war.plugin>

Expand Down Expand Up @@ -117,12 +116,11 @@

<dependencyManagement>
<dependencies>
<!-- JBoss distributes a complete set of Jakarta EE 8 APIs including
<!-- JBoss distributes a complete set of Jakarta EE APIs including
a Bill of Materials (BOM). A BOM specifies the versions of a "stack" (or
a collection) of artifacts. We use this here so that we always get the correct
versions of artifacts. Here we use the wildfly-jakartaee-8.0-with-tools stack
(you can read this as the WildFly stack of the Jakarta EE 8 APIs, with some extras
tools for your project, such as Arquillian for testing) -->
versions of artifacts (you can read this as the WildFly stack of the Jakarta EE APIs,
with some extras tools for your project, such as Arquillian for testing) -->
<dependency>
<groupId>org.wildfly.bom</groupId>
<artifactId>wildfly-ee-with-tools</artifactId>
Expand Down

0 comments on commit d6a2f98

Please sign in to comment.