Skip to content

Commit

Permalink
update test support artifact id and a few other cleanups
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/aries/trunk/testsupport@888517 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Lin Sun committed Dec 8, 2009
1 parent ad4a1af commit dcba3c5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,21 @@
Test Support for OSGi
</description>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
</dependency>
</dependencies>
</dependencyManagement>

<modules>
<module>testsupport-unit</module>
</modules>
Expand Down
6 changes: 2 additions & 4 deletions testsupport-unit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,23 @@
<version>1.0.0-incubating-SNAPSHOT</version>
</parent>

<artifactId>aries-testsupport-unit</artifactId>
<artifactId>org.apache.aries.testsupport.unit</artifactId>
<packaging>jar</packaging>
<name>Apache Aries Unit Test Support</name>
<description>
This bundle unit test support.
This bundle provides unit test support.
</description>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>provided</scope>
<version>4.5</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
<version>4.2.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit dcba3c5

Please sign in to comment.