diff options
Diffstat (limited to 'id/oa/pom.xml')
-rw-r--r-- | id/oa/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/id/oa/pom.xml b/id/oa/pom.xml index 6864bbc89..dcdf7b5cd 100644 --- a/id/oa/pom.xml +++ b/id/oa/pom.xml @@ -99,6 +99,14 @@ <artifactId>slf4j-api</artifactId> </dependency> <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-1.2-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-to-slf4j</artifactId> + </dependency> + <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> |