[jboss-cvs] JBossAS SVN: r91839 - in branches/Branch_5_x: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 30 14:40:27 EDT 2009


Author: scott.stark at jboss.org
Date: 2009-07-30 14:40:27 -0400 (Thu, 30 Jul 2009)
New Revision: 91839

Modified:
   branches/Branch_5_x/build/build-distr.xml
   branches/Branch_5_x/thirdparty/pom.xml
Log:
JBPAPP-2314, drop the obsolete osgi dependency


Modified: branches/Branch_5_x/build/build-distr.xml
===================================================================
--- branches/Branch_5_x/build/build-distr.xml	2009-07-30 18:20:32 UTC (rev 91838)
+++ branches/Branch_5_x/build/build-distr.xml	2009-07-30 18:40:27 UTC (rev 91839)
@@ -2026,9 +2026,6 @@
       <fileset dir="${jboss.jboss.vfs.lib}">
         <include name="jboss-vfs.jar"/>
       </fileset>
-      <fileset dir="${osgi.osgi.lib}">
-        <include name="osgi.core.jar"/>
-      </fileset>
       <fileset dir="${trove.trove.lib}">
         <include name="trove.jar"/>
       </fileset>

Modified: branches/Branch_5_x/thirdparty/pom.xml
===================================================================
--- branches/Branch_5_x/thirdparty/pom.xml	2009-07-30 18:20:32 UTC (rev 91838)
+++ branches/Branch_5_x/thirdparty/pom.xml	2009-07-30 18:40:27 UTC (rev 91839)
@@ -867,22 +867,6 @@
               </mapping>
             </dependency>            
             <dependency>
-              <groupId>org.osgi</groupId>
-              <artifactId>osgi_R4_compendium</artifactId>
-              <mapping>
-                <componentId>osgi</componentId>
-                <artifactId>osgi.compendium</artifactId>
-              </mapping>
-            </dependency>
-            <dependency>
-              <groupId>org.osgi</groupId>
-              <artifactId>osgi_R4_core</artifactId>
-              <mapping>
-                <componentId>osgi</componentId>
-                <artifactId>osgi.core</artifactId>
-              </mapping>
-            </dependency>
-            <dependency>
               <groupId>org.hibernate</groupId>
               <artifactId>hibernate-core</artifactId>
               <mapping>
@@ -1851,14 +1835,6 @@
       <groupId>org.codehaus.woodstox</groupId>
       <artifactId>wstx-lgpl</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>osgi_R4_compendium</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>osgi_R4_core</artifactId>
-    </dependency>
     
     <dependency>
       <groupId>oswego-concurrent</groupId>




More information about the jboss-cvs-commits mailing list