[jboss-cvs] JBossAS SVN: r71320 - in trunk: deployment and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 26 16:47:17 EDT 2008


Author: pgier
Date: 2008-03-26 16:47:17 -0400 (Wed, 26 Mar 2008)
New Revision: 71320

Modified:
   trunk/connector/pom.xml
   trunk/deployment/pom.xml
   trunk/server/pom.xml
   trunk/thirdparty/pom.xml
Log:
Several dependency fixes.

Modified: trunk/connector/pom.xml
===================================================================
--- trunk/connector/pom.xml	2008-03-26 20:46:56 UTC (rev 71319)
+++ trunk/connector/pom.xml	2008-03-26 20:47:17 UTC (rev 71320)
@@ -139,7 +139,7 @@
       <artifactId>jboss-deployers-core-spi</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.xml.bind</groupId>
+      <groupId>sun-jaxb</groupId>
       <artifactId>jaxb-api</artifactId>
     </dependency>
     <dependency>

Modified: trunk/deployment/pom.xml
===================================================================
--- trunk/deployment/pom.xml	2008-03-26 20:46:56 UTC (rev 71319)
+++ trunk/deployment/pom.xml	2008-03-26 20:47:17 UTC (rev 71320)
@@ -50,7 +50,7 @@
       <artifactId>jaas</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.xml.bind</groupId>
+      <groupId>sun-jaxb</groupId>
       <artifactId>jaxb-api</artifactId>
     </dependency>
     <dependency>

Modified: trunk/server/pom.xml
===================================================================
--- trunk/server/pom.xml	2008-03-26 20:46:56 UTC (rev 71319)
+++ trunk/server/pom.xml	2008-03-26 20:47:17 UTC (rev 71320)
@@ -116,7 +116,7 @@
   <dependencies>
     <!-- Compile (global dependencies) -->
     <dependency>
-      <groupId>javax.xml.bind</groupId>
+      <groupId>sun-jaxb</groupId>
       <artifactId>jaxb-api</artifactId>
     </dependency>
     <dependency>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-03-26 20:46:56 UTC (rev 71319)
+++ trunk/thirdparty/pom.xml	2008-03-26 20:47:17 UTC (rev 71320)
@@ -54,6 +54,27 @@
         <configuration>
           <mappedDependencies>
             <dependency>
+              <groupId>apache-myfaces</groupId>
+              <artifactId>jstl</artifactId>
+              <mapping>
+                <artifactId>jstl-1.1.0</artifactId>
+              </mapping>
+            </dependency>
+            <dependency>
+              <groupId>apache-myfaces</groupId>
+              <artifactId>myfaces-impl</artifactId>
+              <mapping>
+                <artifactId>myfaces-impl-1.1.3</artifactId>
+              </mapping>
+            </dependency>
+            <dependency>
+              <groupId>apache-myfaces</groupId>
+              <artifactId>myfaces-api</artifactId>
+              <mapping>
+                <artifactId>myfaces-api-1.1.3</artifactId>
+              </mapping>
+            </dependency>
+            <dependency>
               <groupId>org.beanshell</groupId>
               <artifactId>bsh</artifactId>
               <mapping>
@@ -117,6 +138,13 @@
               </mapping>
             </dependency>
             <dependency>
+              <groupId>easymock</groupId>
+              <artifactId>easymock</artifactId>
+              <mapping>
+                <artifactId>easymock-1.1</artifactId>
+              </mapping>
+            </dependency>
+            <dependency>
               <groupId>jfree</groupId>
               <artifactId>jfreechart</artifactId>
               <mapping>
@@ -124,6 +152,20 @@
               </mapping>
             </dependency>
             <dependency>
+              <groupId>jfree</groupId>
+              <artifactId>jcommon</artifactId>
+              <mapping>
+                <componentId>jfreechart</componentId>
+              </mapping>
+            </dependency>
+            <dependency>
+              <groupId>odmg</groupId>
+              <artifactId>odmg</artifactId>
+              <mapping>
+                <artifactId>odmg-3.0</artifactId>
+              </mapping>
+            </dependency>
+            <dependency>
               <groupId>org.apache.maven</groupId>
               <artifactId>maven-ant-tasks</artifactId>
               <mapping>
@@ -215,10 +257,16 @@
               </mapping>
             </dependency>
             <dependency>
+              <groupId>jboss.messaging</groupId>
+              <artifactId>jboss-messaging-client</artifactId>
+              <exportArtifact>false</exportArtifact>
+            </dependency>
+            <dependency>
               <groupId>org.codehaus.woodstox</groupId>
               <artifactId>wstx-lgpl</artifactId>
               <mapping>
                 <componentId>woodstox</componentId>
+                <artifactId>wstx</artifactId>
               </mapping>
             </dependency>
             <dependency>
@@ -226,6 +274,7 @@
               <artifactId>xmlunit</artifactId>
               <mapping>
                 <componentId>xmlunit-xmlunit</componentId>
+                <artifactId>xmlunit1.0</artifactId>
               </mapping>
             </dependency>
             <dependency>
@@ -622,6 +671,68 @@
               </mapping>
             </dependency>
             <dependency>
+              <groupId>sun-jaxws</groupId>
+              <artifactId>FastInfoset</artifactId>
+              <exportArtifact>false</exportArtifact>
+            </dependency>
+            <dependency>
+              <groupId>sun-jaxws</groupId>
+              <artifactId>http</artifactId>
+              <exportArtifact>false</exportArtifact>
+            </dependency>
+            <dependency>
+              <groupId>sun-jaxws</groupId>
+              <artifactId>jaxws-rt</artifactId>
+              <exportArtifact>false</exportArtifact>
+            </dependency>
+            <dependency>
+              <groupId>sun-jaxws</groupId>
+              <artifactId>jaxws-tools</artifactId>
+              <exportArtifact>false</exportArtifact>
+            </dependency>
+            <dependency>
+              <groupId>sun-jaxws</groupId>
+              <artifactId>jsr173_api</artifactId>
+              <exportArtifact>false</exportArtifact>
+            </dependency>
+            <dependency>
+              <groupId>sun-jaxws</groupId>
+              <artifactId>jsr250-api</artifactId>
+              <exportArtifact>false</exportArtifact>
+            </dependency>
+            <dependency>
+              <groupId>sun-jaxws</groupId>
+              <artifactId>saaj-api</artifactId>
+              <exportArtifact>false</exportArtifact>
+            </dependency>
+            <dependency>
+              <groupId>sun-jaxws</groupId>
+              <artifactId>saaj-impl</artifactId>
+              <exportArtifact>false</exportArtifact>
+            </dependency>
+            <dependency>
+              <groupId>sun-jaxws</groupId>
+              <artifactId>sjsxp</artifactId>
+              <exportArtifact>false</exportArtifact>
+            </dependency>
+            <dependency>
+              <groupId>sun-jaxws</groupId>
+              <artifactId>stax-ex</artifactId>
+              <exportArtifact>false</exportArtifact>
+            </dependency>
+            <dependency>
+              <groupId>sun-jaxws</groupId>
+              <artifactId>streambuffer</artifactId>
+              <exportArtifact>false</exportArtifact>
+            </dependency>
+            <dependency>
+              <groupId>sun-xacml</groupId>
+              <artifactId>sun-xacml</artifactId>
+              <mapping>
+                <artifactId>sunxacml</artifactId>
+              </mapping>
+            </dependency>
+            <dependency>
               <groupId>wsdl4j</groupId>
               <artifactId>wsdl4j</artifactId>
               <mapping>
@@ -994,7 +1105,7 @@
       <artifactId>pluggable-instrumentor</artifactId>
     </dependency>
     <!-- Combined integration jar.  Maybe this can be removed when we just use the 
-      -  individual compoennts -->
+    -  individual compoennts -->
     <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jboss-integration</artifactId>
@@ -1129,7 +1240,7 @@
       <groupId>org.jboss.security</groupId>
       <artifactId>jbosssx-client</artifactId>
     </dependency>
-
+    
     <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jboss-vfs</artifactId>
@@ -1192,10 +1303,13 @@
       <artifactId>jboss-messaging</artifactId>
     </dependency>
     <dependency>
+      <groupId>jboss.messaging</groupId>
+      <artifactId>jboss-messaging-client</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jboss-metadata</artifactId>
     </dependency>
-    
     <dependency>
       <groupId>org.jboss.microcontainer</groupId>
       <artifactId>jboss-aop-mc-int</artifactId>
@@ -1319,11 +1433,6 @@
       <groupId>nekohtml</groupId>
       <artifactId>nekohtml</artifactId>
     </dependency>
-    <!--<dependency>
-    <groupId>objectweb-joramtests</groupId>
-    <artifactId>joramtests</artifactId>
-    <version>1.5</version>
-    </dependency>-->
     <dependency>
       <groupId>odmg</groupId>
       <artifactId>odmg</artifactId>
@@ -1447,13 +1556,57 @@
     </dependency>
     <dependency>
       <groupId>sun-jaxws</groupId>
+      <artifactId>FastInfoset</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaxws</groupId>
+      <artifactId>http</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaxws</groupId>
       <artifactId>jaxws-api</artifactId>
     </dependency>
     <dependency>
       <groupId>sun-jaxws</groupId>
+      <artifactId>jaxws-rt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaxws</groupId>
+      <artifactId>jaxws-tools</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaxws</groupId>
+      <artifactId>jsr173_api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaxws</groupId>
       <artifactId>jsr181-api</artifactId>
     </dependency>
     <dependency>
+      <groupId>sun-jaxws</groupId>
+      <artifactId>jsr250-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaxws</groupId>
+      <artifactId>saaj-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaxws</groupId>
+      <artifactId>saaj-impl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaxws</groupId>
+      <artifactId>sjsxp</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaxws</groupId>
+      <artifactId>stax-ex</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>sun-jaxws</groupId>
+      <artifactId>streambuffer</artifactId>
+    </dependency>
+    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
     </dependency>
@@ -1486,6 +1639,10 @@
       <artifactId>policy</artifactId>
     </dependency>
     <dependency>
+      <groupId>wutka-dtdparser</groupId>
+      <artifactId>dtdparser</artifactId>
+    </dependency>
+    <dependency>
       <groupId>snmptrapappender</groupId>
       <artifactId>snmpTrapAppender</artifactId>
     </dependency>
@@ -1531,7 +1688,7 @@
     </dependency>
     <dependency>
       <groupId>xdoclet</groupId>
-      <artifactId>xdoclet-xjavadoc</artifactId>
+      <artifactId>xjavadoc</artifactId>
     </dependency>
     <dependency>
       <groupId>xmlunit</groupId>




More information about the jboss-cvs-commits mailing list