mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-31 09:32:01 +02:00
Got log4j logging and apache config working (?)
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -25,6 +25,16 @@
|
||||
<artifactId>json</artifactId>
|
||||
<version>20140107</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-configuration</groupId>
|
||||
<artifactId>commons-configuration</artifactId>
|
||||
<version>1.7</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.17</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
Reference in New Issue
Block a user