From the jira issue it looked like maybe this could be a test scoped
dependency?
thanks
david jencks
On Mar 7, 2008, at 9:52 AM, [EMAIL PROTECTED] wrote:
Author: dwoods
Date: Fri Mar 7 09:52:55 2008
New Revision: 634759
URL: http://svn.apache.org/viewvc?rev=634759&view=rev
Log:
GERONIMO-3899 Missing geronimo-common depend from car-maven-plugin
Modified:
geronimo/server/branches/2.1/buildsupport/car-maven-plugin/pom.xml
Modified: geronimo/server/branches/2.1/buildsupport/car-maven-
plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/
buildsupport/car-maven-plugin/pom.xml?
rev=634759&r1=634758&r2=634759&view=diff
======================================================================
========
--- geronimo/server/branches/2.1/buildsupport/car-maven-plugin/
pom.xml (original)
+++ geronimo/server/branches/2.1/buildsupport/car-maven-plugin/
pom.xml Fri Mar 7 09:52:55 2008
@@ -59,6 +59,12 @@
<dependency>
<groupId>org.apache.geronimo.framework</groupId>
+ <artifactId>geronimo-common</artifactId>
+ <version>${version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.framework</groupId>
<artifactId>geronimo-system</artifactId>
<version>${version}</version>
</dependency>