We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5edb83 commit 5b87c36Copy full SHA for 5b87c36
pom.xml
@@ -31,6 +31,22 @@
31
<artifactId>org.neuroml.import</artifactId>
32
<version>1.8.0</version>
33
</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
43
44
+ <artifactId>log4j-slf4j-impl</artifactId>
45
46
47
48
49
50
</dependencies>
51
<build>
52
<plugins>
0 commit comments