diff options
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml index 70d0dc13c..3d790d29b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -95,6 +95,11 @@ <version>1.7.6</version> </dependency> --> <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.17</version> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.7</version> |