[jboss-cvs] JBossAS SVN: r71024 - in branches/maven_thirdparty_temp: cluster and 7 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 19 14:40:55 EDT 2008


Author: pgier
Date: 2008-03-19 14:40:55 -0400 (Wed, 19 Mar 2008)
New Revision: 71024

Modified:
   branches/maven_thirdparty_temp/aspects/pom.xml
   branches/maven_thirdparty_temp/cluster/pom.xml
   branches/maven_thirdparty_temp/deployment/pom.xml
   branches/maven_thirdparty_temp/ejb3/pom.xml
   branches/maven_thirdparty_temp/jbossas/remoting/pom.xml
   branches/maven_thirdparty_temp/jmx-remoting/pom.xml
   branches/maven_thirdparty_temp/profileservice/pom.xml
   branches/maven_thirdparty_temp/server/pom.xml
   branches/maven_thirdparty_temp/thirdparty/pom.xml
Log:
Dependency updates for mavenizing build-thirdparty

Modified: branches/maven_thirdparty_temp/aspects/pom.xml
===================================================================
--- branches/maven_thirdparty_temp/aspects/pom.xml	2008-03-19 18:29:41 UTC (rev 71023)
+++ branches/maven_thirdparty_temp/aspects/pom.xml	2008-03-19 18:40:55 UTC (rev 71024)
@@ -128,7 +128,7 @@
       <artifactId>concurrent</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
     <dependency>

Modified: branches/maven_thirdparty_temp/cluster/pom.xml
===================================================================
--- branches/maven_thirdparty_temp/cluster/pom.xml	2008-03-19 18:29:41 UTC (rev 71023)
+++ branches/maven_thirdparty_temp/cluster/pom.xml	2008-03-19 18:40:55 UTC (rev 71024)
@@ -110,7 +110,7 @@
       <artifactId>jta</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
   </dependencies>

Modified: branches/maven_thirdparty_temp/deployment/pom.xml
===================================================================
--- branches/maven_thirdparty_temp/deployment/pom.xml	2008-03-19 18:29:41 UTC (rev 71023)
+++ branches/maven_thirdparty_temp/deployment/pom.xml	2008-03-19 18:40:55 UTC (rev 71024)
@@ -54,7 +54,7 @@
       <artifactId>jaxb-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
     <dependency>

Modified: branches/maven_thirdparty_temp/ejb3/pom.xml
===================================================================
--- branches/maven_thirdparty_temp/ejb3/pom.xml	2008-03-19 18:29:41 UTC (rev 71023)
+++ branches/maven_thirdparty_temp/ejb3/pom.xml	2008-03-19 18:40:55 UTC (rev 71024)
@@ -46,7 +46,7 @@
       <artifactId>jboss-common-logging-spi</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
     <dependency>

Modified: branches/maven_thirdparty_temp/jbossas/remoting/pom.xml
===================================================================
--- branches/maven_thirdparty_temp/jbossas/remoting/pom.xml	2008-03-19 18:29:41 UTC (rev 71023)
+++ branches/maven_thirdparty_temp/jbossas/remoting/pom.xml	2008-03-19 18:40:55 UTC (rev 71024)
@@ -31,7 +31,7 @@
       <artifactId>jboss-common-logging-spi</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
     <dependency>

Modified: branches/maven_thirdparty_temp/jmx-remoting/pom.xml
===================================================================
--- branches/maven_thirdparty_temp/jmx-remoting/pom.xml	2008-03-19 18:29:41 UTC (rev 71023)
+++ branches/maven_thirdparty_temp/jmx-remoting/pom.xml	2008-03-19 18:40:55 UTC (rev 71024)
@@ -52,7 +52,7 @@
       <artifactId>concurrent</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
   </dependencies>

Modified: branches/maven_thirdparty_temp/profileservice/pom.xml
===================================================================
--- branches/maven_thirdparty_temp/profileservice/pom.xml	2008-03-19 18:29:41 UTC (rev 71023)
+++ branches/maven_thirdparty_temp/profileservice/pom.xml	2008-03-19 18:40:55 UTC (rev 71024)
@@ -65,7 +65,7 @@
       <artifactId>jboss-deployers-vfs-spi</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
     <dependency>

Modified: branches/maven_thirdparty_temp/server/pom.xml
===================================================================
--- branches/maven_thirdparty_temp/server/pom.xml	2008-03-19 18:29:41 UTC (rev 71023)
+++ branches/maven_thirdparty_temp/server/pom.xml	2008-03-19 18:40:55 UTC (rev 71024)
@@ -205,7 +205,7 @@
       <artifactId>concurrent</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
     <dependency>

Modified: branches/maven_thirdparty_temp/thirdparty/pom.xml
===================================================================
--- branches/maven_thirdparty_temp/thirdparty/pom.xml	2008-03-19 18:29:41 UTC (rev 71023)
+++ branches/maven_thirdparty_temp/thirdparty/pom.xml	2008-03-19 18:40:55 UTC (rev 71024)
@@ -27,8 +27,7 @@
             </goals>
             <phase>package</phase>
             <configuration>
-              <outputDirectory>${basedir}</outputDirectory>
-              <librariesEnt>${basedir}/libraries.ent</librariesEnt>
+              <librariesEnt>${project.build.directory}/libraries.ent</librariesEnt>
               <aliasesEnt>${basedir}/../tools/etc/buildmagic/aliases.ent</aliasesEnt>
               <includedScopes>
                 <scope>compile</scope>
@@ -42,8 +41,7 @@
             </goals>
             <phase>package</phase>
             <configuration>
-              <outputDirectory>${basedir}</outputDirectory>
-              <librariesEnt>${basedir}/testsuite-libraries.ent</librariesEnt>
+              <librariesEnt>${project.build.directory}/testsuite-libraries.ent</librariesEnt>
               <aliasesEnt>${basedir}/../tools/etc/buildmagic/aliases.ent</aliasesEnt>
               <includedScopes>
                 <scope>test</scope>
@@ -54,13 +52,6 @@
         <configuration>
           <mappedDependencies>
             <dependency>
-              <groupId>apache-slide</groupId>
-              <artifactId>webdavlib</artifactId>
-              <mapping>
-                <artifactId>jakarta-slide-webdavlib</artifactId>
-              </mapping>
-            </dependency>
-            <dependency>
               <groupId>org.beanshell</groupId>
               <artifactId>bsh</artifactId>
               <mapping>
@@ -130,34 +121,13 @@
                 <componentId>sun-jsf</componentId>
               </mapping>
             </dependency>
-            
             <dependency>
-              <groupId>myfaces</groupId>
-              <artifactId>myfaces-impl</artifactId>
-              <mapping>
-                <componentId>apache-myfaces</componentId>
-              </mapping>
-            </dependency>
-            <dependency>
-              <groupId>myfaces</groupId>
-              <artifactId>myfaces-api</artifactId>
-              <mapping>
-                <componentId>apache-myfaces</componentId>
-              </mapping>
-            </dependency>
-            <dependency>
-              <groupId>apache-myfaces</groupId>
-              <artifactId>jstl</artifactId>
-            </dependency>
-            
-            <dependency>
               <groupId>jfree</groupId>
               <artifactId>jfreechart</artifactId>
               <mapping>
                 <componentId>jfreechart</componentId>
               </mapping>
             </dependency>
-            
             <dependency>
               <groupId>org.apache.maven</groupId>
               <artifactId>maven-ant-tasks</artifactId>
@@ -698,13 +668,6 @@
               </mapping>
             </dependency>
             <dependency>
-              <groupId>org.jboss</groupId>
-              <artifactId>javassist</artifactId>
-              <mapping>
-                <componentId>javassist</componentId>
-              </mapping>
-            </dependency>
-            <dependency>
               <groupId>stax</groupId>
               <artifactId>stax-api</artifactId>
               <mapping>
@@ -800,11 +763,11 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>myfaces</groupId>
+      <groupId>apache-myfaces</groupId>
       <artifactId>myfaces-impl</artifactId>
     </dependency>
     <dependency>
-      <groupId>myfaces</groupId>
+      <groupId>apache-myfaces</groupId>
       <artifactId>myfaces-api</artifactId>
     </dependency>
     <dependency>
@@ -817,7 +780,7 @@
     </dependency>
     <dependency>
       <groupId>apache-slide</groupId>
-      <artifactId>webdavlib</artifactId>
+      <artifactId>jakarta-slide-webdavlib</artifactId>
     </dependency>
     <dependency>
       <groupId>apache-velocity</groupId>
@@ -929,6 +892,30 @@
       <classifier>client</classifier>
     </dependency>
     <dependency>
+      <groupId>jboss.jms-integration-tests</groupId>
+      <artifactId>integration-mdb20</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jboss.jms-integration-tests</groupId>
+      <artifactId>integration-mdb20-durable</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jboss.jms-integration-tests</groupId>
+      <artifactId>integration-mdb20-selector</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jboss.jms-integration-tests</groupId>
+      <artifactId>integration-mdb20-userTransaction</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jboss.jms-integration-tests</groupId>
+      <artifactId>integration-mdb20-userTransactionDups</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jboss.jms-integration-tests</groupId>
+      <artifactId>jms-integration-tests</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-annotations</artifactId>
     </dependency>
@@ -959,13 +946,21 @@
     </dependency>
     <dependency>
       <groupId>jacorb</groupId>
+      <artifactId>idl_g</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jacorb</groupId>
       <artifactId>jacorb</artifactId>
     </dependency>
     <dependency>
+      <groupId>jacorb</groupId>
+      <artifactId>jacorb_g</artifactId>
+    </dependency>
+    <dependency>
       <groupId>jboss.jbossts</groupId>
       <artifactId>jbossjta</artifactId>
     </dependency>
-     <dependency>
+    <dependency>
       <groupId>jboss.jbossts</groupId>
       <artifactId>jbossjta-integration</artifactId>
     </dependency>
@@ -983,7 +978,7 @@
       <type>jboss-sar</type>
     </dependency>
     <dependency>
-      <groupId>org.jboss</groupId>
+      <groupId>javassist</groupId>
       <artifactId>javassist</artifactId>
     </dependency>
     <dependency>
@@ -1260,7 +1255,7 @@
       <artifactId>jboss-profiler-jvmti</artifactId>
     </dependency>
     <dependency>
-      <groupId>jboss</groupId>
+      <groupId>jboss.remoting</groupId>
       <artifactId>jboss-remoting</artifactId>
     </dependency>
     <dependency>
@@ -1422,7 +1417,7 @@
     </dependency>-->
     <dependency>
       <groupId>sun-opends</groupId>
-      <artifactId>opends-core</artifactId>
+      <artifactId>OpenDS</artifactId>
     </dependency>
     <dependency>
       <groupId>sun-jaxws</groupId>
@@ -1465,6 +1460,10 @@
       <artifactId>snmpTrapAppender</artifactId>
     </dependency>
     <dependency>
+      <groupId>sun-javamail</groupId>
+      <artifactId>mail</artifactId>
+    </dependency>
+    <dependency>
       <groupId>xdoclet</groupId>
       <artifactId>xdoclet</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list