[jboss-cvs] JBossAS SVN: r91681 - in trunk: varia and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 27 11:46:51 EDT 2009


Author: pgier
Date: 2009-07-27 11:46:51 -0400 (Mon, 27 Jul 2009)
New Revision: 91681

Modified:
   trunk/component-matrix/pom.xml
   trunk/varia/pom.xml
Log:
[JBBUILD-540] Remove duplicate dependency on apache bsf jar

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2009-07-27 15:37:48 UTC (rev 91680)
+++ trunk/component-matrix/pom.xml	2009-07-27 15:46:51 UTC (rev 91681)
@@ -299,12 +299,6 @@
       </dependency>
       
       <dependency>
-        <groupId>bsf</groupId>
-        <artifactId>bsf</artifactId>
-        <version>2.4.0</version>
-      </dependency>
-      
-      <dependency>
         <groupId>cglib</groupId>
         <artifactId>cglib</artifactId>
         <version>2.1.3</version>
@@ -2249,6 +2243,7 @@
                         <exclude>jboss:jboss-common</exclude>
                         <exclude>javax.el:el-api</exclude>
                         <exclude>bsh:bsh</exclude>
+                        <exclude>bsf:bsf</exclude>
                         <exclude>javax.xml.stream:stax-api</exclude>
                         <exclude>com.sun.xml.bind:jaxb-impl</exclude>
                         <exclude>javax.xml.bind:jaxb-api</exclude>

Modified: trunk/varia/pom.xml
===================================================================
--- trunk/varia/pom.xml	2009-07-27 15:37:48 UTC (rev 91680)
+++ trunk/varia/pom.xml	2009-07-27 15:46:51 UTC (rev 91681)
@@ -240,7 +240,7 @@
     </dependency>
     
     <dependency>
-      <groupId>bsf</groupId>
+      <groupId>apache-bsf</groupId>
       <artifactId>bsf</artifactId>
     </dependency>
     




More information about the jboss-cvs-commits mailing list