Skip to content

Commit

Permalink
TOMEE-4345 - Commons Logging 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed May 30, 2024
1 parent 9c87f33 commit c50750b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 16 deletions.
2 changes: 1 addition & 1 deletion boms/tomee-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<version>1.3.2</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 @@ -180,7 +180,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<version>1.3.2</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 @@ -180,7 +180,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<version>1.3.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/tomee-webprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<version>1.3.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@
<version.slf4j>2.0.12</version.slf4j>
<version.log4j>1.2.17</version.log4j>
<version.log4j2>2.23.1</version.log4j2>
<version.commons-logging>1.2</version.commons-logging>
<version.commons-logging-api>1.1</version.commons-logging-api>
<version.commons-logging>1.3.2</version.commons-logging>

<!-- Apache Commons -->
<version.commons-beanutils>1.9.4</version.commons-beanutils>
Expand Down Expand Up @@ -1273,11 +1272,6 @@
<artifactId>commons-cli</artifactId>
<version>${version.commons-cli}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
<version>${version.commons-logging-api}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions server/openejb-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,6 @@
<artifactId>jaxb-runtime</artifactId>
<type>pom</type>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit c50750b

Please sign in to comment.