summaryrefslogtreecommitdiff
path: root/java/common/pom.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2006-11-22 18:01:45 +0000
committerMartin Ritchie <ritchiem@apache.org>2006-11-22 18:01:45 +0000
commit8b6a5409f79e7f9de4f178542dcfc898cace3eaa (patch)
tree31a2786fab1ad43fa34565f8c0a1f2cdfbeca837 /java/common/pom.xml
parentcebc0f8c50838a197ee1ccf9e17934d0b36cced0 (diff)
downloadqpid-python-8b6a5409f79e7f9de4f178542dcfc898cace3eaa.tar.gz
PropertyFieldTableTest.java - Removed system.out.println
pom.xml removed skip test item and added junit dependency. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@478260 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common/pom.xml')
-rw-r--r--java/common/pom.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/java/common/pom.xml b/java/common/pom.xml
index c40f773ade..b0d68a3559 100644
--- a/java/common/pom.xml
+++ b/java/common/pom.xml
@@ -46,15 +46,7 @@
</properties>
<build>
- <plugins>
- <!-- There are no common tests at the moment -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
+ <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -95,5 +87,13 @@
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant-junit</artifactId>
+ </dependency>
</dependencies>
</project>