You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2007/12/31 06:23:28 UTC

svn commit: r607676 - in /geronimo/plugins/roller/trunk: pom.xml roller-jetty/pom.xml roller-tomcat/pom.xml

Author: djencks
Date: Sun Dec 30 21:23:25 2007
New Revision: 607676

URL: http://svn.apache.org/viewvc?rev=607676&view=rev
Log:
fix build problems due to changes in dependency version specifications.

Modified:
    geronimo/plugins/roller/trunk/pom.xml
    geronimo/plugins/roller/trunk/roller-jetty/pom.xml
    geronimo/plugins/roller/trunk/roller-tomcat/pom.xml

Modified: geronimo/plugins/roller/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/roller/trunk/pom.xml?rev=607676&r1=607675&r2=607676&view=diff
==============================================================================
--- geronimo/plugins/roller/trunk/pom.xml (original)
+++ geronimo/plugins/roller/trunk/pom.xml Sun Dec 30 21:23:25 2007
@@ -83,6 +83,13 @@
 
             <dependency>
                 <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>geronimo-gbean-deployer</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
                 <artifactId>connector-deployer</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
@@ -91,6 +98,20 @@
             <dependency>
                 <groupId>org.apache.geronimo.configs</groupId>
                 <artifactId>jetty6-deployer</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>jasper-deployer</artifactId>
+                <version>2.1-SNAPSHOT</version>
+                <type>car</type>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>persistence-jpa10-deployer</artifactId>
                 <version>2.1-SNAPSHOT</version>
                 <type>car</type>
                 <scope>provided</scope>

Modified: geronimo/plugins/roller/trunk/roller-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/roller/trunk/roller-jetty/pom.xml?rev=607676&r1=607675&r2=607676&view=diff
==============================================================================
--- geronimo/plugins/roller/trunk/roller-jetty/pom.xml (original)
+++ geronimo/plugins/roller/trunk/roller-jetty/pom.xml Sun Dec 30 21:23:25 2007
@@ -75,7 +75,25 @@
 
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>geronimo-gbean-deployer</artifactId>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
             <artifactId>jetty6-deployer</artifactId>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>jasper-deployer</artifactId>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>persistence-jpa10-deployer</artifactId>
             <type>car</type>
             <scope>provided</scope>
         </dependency>

Modified: geronimo/plugins/roller/trunk/roller-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/roller/trunk/roller-tomcat/pom.xml?rev=607676&r1=607675&r2=607676&view=diff
==============================================================================
--- geronimo/plugins/roller/trunk/roller-tomcat/pom.xml (original)
+++ geronimo/plugins/roller/trunk/roller-tomcat/pom.xml Sun Dec 30 21:23:25 2007
@@ -66,11 +66,29 @@
 
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>geronimo-gbean-deployer</artifactId>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
             <artifactId>tomcat6-deployer</artifactId>
             <type>car</type>
             <scope>provided</scope>
         </dependency>
-
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>jasper-deployer</artifactId>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>persistence-jpa10-deployer</artifactId>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+ 
     </dependencies>