Skip to content

Commit

Permalink
#1 fix log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Dec 21, 2021
1 parent 0ad890c commit 143a2cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon-pom</artifactId>
<version>4.3.2.3-SNAPSHOT</version>
<version>4.3.2.4-RELEASE</version>
</parent>
<artifactId>irodsext-jwt-service</artifactId>
<name>irodsext-jwt-service</name>
Expand Down Expand Up @@ -40,8 +40,8 @@
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit 143a2cd

Please sign in to comment.