diff options
Diffstat (limited to 'java/common')
-rw-r--r-- | java/common/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/java/common/pom.xml b/java/common/pom.xml index 654f6dcde3..3a7d971173 100644 --- a/java/common/pom.xml +++ b/java/common/pom.xml @@ -74,6 +74,13 @@ <artifactId>log4j</artifactId> </dependency> + +<!-- This is a mina dependency but it isn't being picked up--> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + </dependency> + <dependency> <groupId>org.apache.mina</groupId> <artifactId>mina-java5</artifactId> |