Skip to content

Commit

Permalink
TOMEE-4411 - jboss logging 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Sep 27, 2024
1 parent 2ec8514 commit ae510d4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
1 change: 0 additions & 1 deletion arquillian/arquillian-tomee-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.4.3.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion boms/tomee-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2116,7 +2116,7 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.5.3.Final</version>
<version>3.6.1.Final</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/tomee-plume/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2215,7 +2215,7 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.5.3.Final</version>
<version>3.6.1.Final</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/tomee-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2215,7 +2215,7 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.5.3.Final</version>
<version>3.6.1.Final</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1040,8 +1040,11 @@
<version>${version.io.opentracing}</version>
</dependency>
<!-- Following dependencies remain to be cleaned up -->


<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.6.1.Final</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jakartaee-api</artifactId>
Expand Down

0 comments on commit ae510d4

Please sign in to comment.