mirror of https://github.com/apache/activemq.git
adding more bits to the pom
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1430307 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f4f033c91a
commit
1cebef8a6b
|
@ -92,6 +92,42 @@
|
||||||
<version>${org.osgi.core-version}</version>
|
<version>${org.osgi.core-version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.ops4j.pax.exam</groupId>
|
||||||
|
<artifactId>pax-exam-container-remote</artifactId>
|
||||||
|
<version>${pax-exam-version}</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.ops4j.pax.exam</groupId>
|
||||||
|
<artifactId>pax-exam-container-rbc</artifactId>
|
||||||
|
<version>${pax-exam-version}</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.ops4j.pax.exam</groupId>
|
||||||
|
<artifactId>pax-exam-container-rbc-client</artifactId>
|
||||||
|
<version>${pax-exam-version}</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.ops4j.pax.exam</groupId>
|
||||||
|
<artifactId>pax-exam-invoker-junit</artifactId>
|
||||||
|
<version>${pax-exam-version}</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.ops4j.pax.exam</groupId>
|
||||||
|
<artifactId>pax-exam-inject</artifactId>
|
||||||
|
<version>${pax-exam-version}</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.ops4j.pax.exam</groupId>
|
||||||
|
<artifactId>pax-exam-extender-service</artifactId>
|
||||||
|
<version>${pax-exam-version}</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- test and logging -->
|
<!-- test and logging -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue