Skip to content

Commit

Permalink
Remove jboss-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Dec 20, 2021
1 parent 3368ca8 commit 7cfe680
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
<wildfly-common.version>1.5.4.Final-format-001</wildfly-common.version>
<wildfly-client-config.version>1.0.1.Final</wildfly-client-config.version>
<wildfly-elytron.version>1.18.1.Final</wildfly-elytron.version>
<jboss-modules.version>1.8.7.Final</jboss-modules.version>
<jboss-threads.version>3.4.2.Final</jboss-threads.version>
<vertx.version>4.2.2</vertx.version>
<httpclient.version>4.5.13</httpclient.version>
Expand Down Expand Up @@ -3842,11 +3841,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.jboss.modules</groupId>
<artifactId>jboss-modules</artifactId>
<version>${jboss-modules.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.narayana.jta</groupId>
<artifactId>narayana-jta</artifactId>
Expand Down
1 change: 1 addition & 0 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@
<exclude>org.codehaus.mojo:animal-sniffer-annotations</exclude>
<!-- Includes its own copy of an old version of the servlet API-->
<exclude>org.apache.tomcat.embed:tomcat-embed-core</exclude>
<exclude>org.jboss.modules:jboss-modules</exclude>
</excludes>
<includes>
<!-- this is for REST Assured -->
Expand Down

0 comments on commit 7cfe680

Please sign in to comment.