We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329a11c commit 64c0a8eCopy full SHA for 64c0a8e
1 file changed
pom.xml
@@ -144,6 +144,12 @@
144
<version>${ning.version}</version>
145
<scope>test</scope>
146
</dependency>
147
+ <!-- https://mvnrepository.com/artifact/log4j/log4j -->
148
+ <dependency>
149
+ <groupId>log4j</groupId>
150
+ <artifactId>log4j</artifactId>
151
+ <version>1.2.17</version>
152
+ </dependency>
153
</dependencies>
154
</dependencyManagement>
155
0 commit comments