[jboss-cvs] JBossAS SVN: r71227 - trunk/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 25 00:38:24 EDT 2008


Author: pgier
Date: 2008-03-25 00:38:24 -0400 (Tue, 25 Mar 2008)
New Revision: 71227

Modified:
   trunk/thirdparty/pom.xml
Log:
Add sun-fi dependency, change osgi artifactId mapping.

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-03-25 04:37:02 UTC (rev 71226)
+++ trunk/thirdparty/pom.xml	2008-03-25 04:38:24 UTC (rev 71227)
@@ -574,6 +574,7 @@
               <artifactId>osgi_R4_compendium</artifactId>
               <mapping>
                 <componentId>osgi</componentId>
+                <artifactId>osgi.compendium</artifactId>
               </mapping>
             </dependency>
             <dependency>
@@ -581,6 +582,7 @@
               <artifactId>osgi_R4_core</artifactId>
               <mapping>
                 <componentId>osgi</componentId>
+                <artifactId>osgi.core</artifactId>
               </mapping>
             </dependency>
             <dependency>
@@ -1349,6 +1351,14 @@
     </dependency>
     
     <dependency>
+      <groupId>sun-fi</groupId>
+      <artifactId>FastInfoset</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>sun-fi</groupId>
+      <artifactId>FastInfosetUtilities</artifactId>
+    </dependency>
+    <dependency>
       <groupId>sun-jaf</groupId>
       <artifactId>activation</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list