Skip to content

Commit

Permalink
ARIES-482: Move tests to shared pax-exam level
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/aries/trunk/jmx@1031569 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Valentin Mahrwald committed Nov 5, 2010
1 parent 08130bf commit a0ba876
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
5 changes: 0 additions & 5 deletions jmx-whiteboard/pom.xml
Expand Up @@ -133,31 +133,26 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam</artifactId>
<version>0.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-junit</artifactId>
<version>0.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-container-default</artifactId>
<version>0.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.swissbox</groupId>
<artifactId>pax-swissbox-tinybundles</artifactId>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

This file was deleted.

0 comments on commit a0ba876

Please sign in to comment.