Skip to content

Commit a408ec2

Browse files
#1 fix log4j
1 parent deafa4a commit a408ec2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.irods</groupId>
1010
<artifactId>jargon-pom</artifactId>
11-
<version>4.3.2.3-SNAPSHOT</version>
11+
<version>4.3.2.4-RELEASE</version>
1212
</parent>
1313
<name>jargon-extensions-if</name>
1414
<description />
@@ -97,8 +97,8 @@
9797
<artifactId>slf4j-log4j12</artifactId>
9898
</dependency>
9999
<dependency>
100-
<groupId>log4j</groupId>
101-
<artifactId>log4j</artifactId>
100+
<groupId>org.apache.logging.log4j</groupId>
101+
<artifactId>log4j-core</artifactId>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)