summaryrefslogtreecommitdiff
path: root/java/management/eclipse-plugin/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/management/eclipse-plugin/pom.xml')
-rw-r--r--java/management/eclipse-plugin/pom.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/java/management/eclipse-plugin/pom.xml b/java/management/eclipse-plugin/pom.xml
index f58520ab64..c61adde877 100644
--- a/java/management/eclipse-plugin/pom.xml
+++ b/java/management/eclipse-plugin/pom.xml
@@ -167,6 +167,16 @@
<version>3.2.0</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.qpid</groupId>
+ <artifactId>qpid-broker</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
@@ -209,9 +219,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
</plugin>
</plugins>
</build>