Author: linsun
Date: Tue Dec 8 18:55:38 2009
New Revision: 888517
URL: http://svn.apache.org/viewvc?rev=888517&view=rev
Log:
update test support artifact id and a few other cleanups
Modified:
incubator/aries/trunk/application/application-utils/pom.xml
incubator/aries/trunk/application/pom.xml
incubator/aries/trunk/testsupport/pom.xml
incubator/aries/trunk/testsupport/testsupport-unit/pom.xml
incubator/aries/trunk/util/pom.xml
Modified: incubator/aries/trunk/application/application-utils/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/aries/trunk/application/application-utils/pom.xml?rev=888517&r1=888516&r2=888517&view=diff
==============================================================================
--- incubator/aries/trunk/application/application-utils/pom.xml (original)
+++ incubator/aries/trunk/application/application-utils/pom.xml Tue Dec 8
18:55:38 2009
@@ -39,7 +39,12 @@
</dependency>
<dependency>
<groupId>org.apache.aries.testsupport</groupId>
- <artifactId>aries-testsupport-unit</artifactId>
+ <artifactId>org.apache.aries.testsupport.unit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Modified: incubator/aries/trunk/application/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/aries/trunk/application/pom.xml?rev=888517&r1=888516&r2=888517&view=diff
==============================================================================
--- incubator/aries/trunk/application/pom.xml (original)
+++ incubator/aries/trunk/application/pom.xml Tue Dec 8 18:55:38 2009
@@ -44,13 +44,8 @@
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.apache.aries.application</groupId>
- <artifactId>application-utils</artifactId>
- <version>${version}</version>
- </dependency>
- <dependency>
<groupId>org.apache.aries.testsupport</groupId>
- <artifactId>aries-testsupport-unit</artifactId>
+ <artifactId>org.apache.aries.testsupport.unit</artifactId>
<version>${version}</version>
</dependency>
<dependency>
@@ -87,14 +82,6 @@
</pluginManagement>
</build>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
<modules>
<module>application-utils</module>
</modules>
Modified: incubator/aries/trunk/testsupport/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/aries/trunk/testsupport/pom.xml?rev=888517&r1=888516&r2=888517&view=diff
==============================================================================
--- incubator/aries/trunk/testsupport/pom.xml (original)
+++ incubator/aries/trunk/testsupport/pom.xml Tue Dec 8 18:55:38 2009
@@ -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>
Modified: incubator/aries/trunk/testsupport/testsupport-unit/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/aries/trunk/testsupport/testsupport-unit/pom.xml?rev=888517&r1=888516&r2=888517&view=diff
==============================================================================
--- incubator/aries/trunk/testsupport/testsupport-unit/pom.xml (original)
+++ incubator/aries/trunk/testsupport/testsupport-unit/pom.xml Tue Dec 8
18:55:38 2009
@@ -25,11 +25,11 @@
<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>
@@ -37,13 +37,11 @@
<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>
Modified: incubator/aries/trunk/util/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/aries/trunk/util/pom.xml?rev=888517&r1=888516&r2=888517&view=diff
==============================================================================
--- incubator/aries/trunk/util/pom.xml (original)
+++ incubator/aries/trunk/util/pom.xml Tue Dec 8 18:55:38 2009
@@ -52,7 +52,7 @@
</dependency>
<dependency>
<groupId>org.apache.aries.testsupport</groupId>
- <artifactId>aries-testsupport-unit</artifactId>
+ <artifactId>org.apache.aries.testsupport.unit</artifactId>
<version>${version}</version>
<scope>test</scope>
</dependency>