summaryrefslogtreecommitdiff
path: root/java/broker
diff options
context:
space:
mode:
Diffstat (limited to 'java/broker')
-rw-r--r--java/broker/pom.xml18
1 files changed, 15 insertions, 3 deletions
diff --git a/java/broker/pom.xml b/java/broker/pom.xml
index 58200a81b1..bad0d8a52d 100644
--- a/java/broker/pom.xml
+++ b/java/broker/pom.xml
@@ -49,6 +49,18 @@
</dependency>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.4.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.4.0</version>
+ </dependency>
+
+ <dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
@@ -64,7 +76,7 @@
</dependency>
<!-- Test Dependencies -->
- <dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.4.0</version>
@@ -180,8 +192,8 @@
<tasks>
<condition property="broker.dir"
- else="${user.dir}${file.separator}broker"
- value="${user.dir}">
+ else="${user.dir}${file.separator}broker"
+ value="${user.dir}">
<contains string="${user.dir}" substring="broker" />
</condition>