Skip to content

Commit b56849c

Browse files
committed
simpleclient_log4j: make log4j dependency provided
Signed-off-by: Fabian Stäber <[email protected]>
1 parent 5796943 commit b56849c

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

simpleclient_log4j/pom.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,17 @@
3939
<version>0.14.2-SNAPSHOT</version>
4040
</dependency>
4141
<dependency>
42-
<groupId>log4j</groupId>
43-
<artifactId>log4j</artifactId>
44-
<version>1.2.17</version>
42+
<groupId>org.apache.logging.log4j</groupId>
43+
<artifactId>log4j-core</artifactId>
44+
<version>2.17.1</version>
45+
<scope>provided</scope>
46+
</dependency>
47+
<dependency>
48+
<groupId>org.apache.logging.log4j</groupId>
49+
<artifactId>log4j-1.2-api</artifactId>
50+
<version>2.17.1</version>
51+
<scope>provided</scope>
4552
</dependency>
46-
4753

4854
<dependency>
4955
<groupId>junit</groupId>
@@ -55,7 +61,7 @@
5561
<dependency>
5662
<groupId>org.mockito</groupId>
5763
<artifactId>mockito-core</artifactId>
58-
<version>2.28.2</version>
64+
<version>4.3.1</version>
5965
<scope>test</scope>
6066
</dependency>
6167
</dependencies>

0 commit comments

Comments
 (0)