mirror of https://github.com/apache/activemq.git
Added junit dependency to pom.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4b2f479073
commit
663b8a24f9
|
@ -54,5 +54,10 @@
|
||||||
<groupId>org.apache.geronimo.specs</groupId>
|
<groupId>org.apache.geronimo.specs</groupId>
|
||||||
<artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
|
<artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>junit</groupId>
|
||||||
|
<artifactId>junit</artifactId>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue