We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deafa4a commit a408ec2Copy full SHA for a408ec2
pom.xml
@@ -8,7 +8,7 @@
8
<parent>
9
<groupId>org.irods</groupId>
10
<artifactId>jargon-pom</artifactId>
11
- <version>4.3.2.3-SNAPSHOT</version>
+ <version>4.3.2.4-RELEASE</version>
12
</parent>
13
<name>jargon-extensions-if</name>
14
<description />
@@ -97,8 +97,8 @@
97
<artifactId>slf4j-log4j12</artifactId>
98
</dependency>
99
<dependency>
100
- <groupId>log4j</groupId>
101
- <artifactId>log4j</artifactId>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-core</artifactId>
102
103
104
<groupId>org.mockito</groupId>
0 commit comments