Skip to content

Commit 5b87c36

Browse files
committed
Dependencies to force use of log4j 2.15
1 parent b5edb83 commit 5b87c36

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,22 @@
3131
<artifactId>org.neuroml.import</artifactId>
3232
<version>1.8.0</version>
3333
</dependency>
34+
35+
<!-- Dependencies to force use of log4j 2.15 -->
36+
<dependency>
37+
<groupId>org.apache.logging.log4j</groupId>
38+
<artifactId>log4j-1.2-api</artifactId>
39+
<version>2.15.0</version>
40+
<scope>test</scope>
41+
</dependency>
42+
<dependency>
43+
<groupId>org.apache.logging.log4j</groupId>
44+
<artifactId>log4j-slf4j-impl</artifactId>
45+
<version>2.15.0</version>
46+
<scope>test</scope>
47+
</dependency>
48+
49+
3450
</dependencies>
3551
<build>
3652
<plugins>

0 commit comments

Comments
 (0)