diff options
author | Martin Ritchie <ritchiem@apache.org> | 2007-01-12 11:00:34 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2007-01-12 11:00:34 +0000 |
commit | 0d53bd99169f1eed245c05fad366372618a648ca (patch) | |
tree | 13e1693cfe3ded0248f08231c46937f5201798f1 /java/common | |
parent | d8e6af17a88bbb4dc15b977cac2c7d27fc858e9c (diff) | |
download | qpid-python-0d53bd99169f1eed245c05fad366372618a648ca.tar.gz |
QPID-278
broker distribution - modified to allow assembly:directory builds
broker/pom.xml - moved slf4j to common/pom.xml
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@495549 13f79535-47bb-0310-9956-ffa450edef68
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> |