You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/10/14 01:27:51 UTC

svn commit: r704284 - in /geronimo/samples/trunk: pom.xml repository/pom.xml

Author: gawor
Date: Mon Oct 13 16:27:50 2008
New Revision: 704284

URL: http://svn.apache.org/viewvc?rev=704284&view=rev
Log:
import dep. management from activemq plugin

Modified:
    geronimo/samples/trunk/pom.xml
    geronimo/samples/trunk/repository/pom.xml

Modified: geronimo/samples/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/pom.xml?rev=704284&r1=704283&r2=704284&view=diff
==============================================================================
--- geronimo/samples/trunk/pom.xml (original)
+++ geronimo/samples/trunk/pom.xml Mon Oct 13 16:27:50 2008
@@ -97,6 +97,13 @@
                 <scope>import</scope>
             </dependency>
             <dependency>
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>activemq</artifactId>
+                <version>${geronimoVersion}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <dependency>
                 <groupId>org.apache.geronimo.genesis.config</groupId>
                 <artifactId>geronimo-skin</artifactId>
                 <version>1.4</version>

Modified: geronimo/samples/trunk/repository/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/repository/pom.xml?rev=704284&r1=704283&r2=704284&view=diff
==============================================================================
--- geronimo/samples/trunk/repository/pom.xml (original)
+++ geronimo/samples/trunk/repository/pom.xml Mon Oct 13 16:27:50 2008
@@ -37,18 +37,6 @@
         permeant Geronimo specific repository solution can be implemented.
     </description>
 
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.geronimo</groupId>
-                <artifactId>geronimo</artifactId>
-                <version>${geronimoVersion}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <!-- See GERONIMO-3010 for proposed change in managed object lifecycle handling with the tomcat team. -->
         <dependency>
@@ -64,18 +52,6 @@
             <artifactId>jasper-el</artifactId>
         </dependency>
 
-        <!-- the following are for wsgen -->
-        <dependency>
-            <groupId>com.sun.xml.ws</groupId>
-            <artifactId>jaxws-tools</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>com.sun.xml.ws</groupId>
-            <artifactId>jaxws-rt</artifactId>
-        </dependency>
-        <!-- end add for wsgen-->
-        
         <!-- See GERONIMO-3858 - Windows patch -->
         <dependency>
             <groupId>org.apache.ant</groupId>