Author: mpodolin
Date: 2009-10-01 03:40:27 -0400 (Thu, 01 Oct 2009)
New Revision: 224
Modified:
components/pc/trunk/pom.xml
components/pc/trunk/test/pom.xml
Log:
Added missing dependencies.
Modified: components/pc/trunk/pom.xml
===================================================================
--- components/pc/trunk/pom.xml 2009-10-01 07:19:12 UTC (rev 223)
+++ components/pc/trunk/pom.xml 2009-10-01 07:40:27 UTC (rev 224)
@@ -26,6 +26,10 @@
<properties>
<version.gatein.common>2.0.0-Beta02</version.gatein.common>
<version.gatein.wci>2.0.0-SNAPSHOT</version.gatein.wci>
+
+ <!-- used in test module by maven-antrun-extended-plugin -->
+ <version.jboss.unit>1.2.2</version.jboss.unit>
+ <version.cargo>1.0.1-SNAPSHOT</version.cargo>
</properties>
<dependencyManagement>
@@ -59,6 +63,20 @@
</dependency>
<dependency>
<groupId>org.gatein.pc</groupId>
+ <artifactId>pc-portlet</artifactId>
+ <type>test-jar</type>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-portlet</artifactId>
+ <type>test-jar</type>
+ <classifier>tests</classifier>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
<artifactId>pc-controller</artifactId>
<version>${project.version}</version>
</dependency>
Modified: components/pc/trunk/test/pom.xml
===================================================================
--- components/pc/trunk/test/pom.xml 2009-10-01 07:19:12 UTC (rev 223)
+++ components/pc/trunk/test/pom.xml 2009-10-01 07:40:27 UTC (rev 224)
@@ -139,7 +139,6 @@
<dependency>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-core-uberjar</artifactId>
- <version>${version.cargo}</version>
<scope>test</scope>
</dependency>
<dependency>
Show replies by date