[jboss-cvs] JBossAS SVN: r103688 - trunk/system.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 8 05:42:45 EDT 2010


Author: thomas.diesler at jboss.com
Date: 2010-04-08 05:42:44 -0400 (Thu, 08 Apr 2010)
New Revision: 103688

Modified:
   trunk/system/pom.xml
Log:
[JBAS-7909] AOPClassLoaderDeployer breaks OSGi integration
Add a dependency to jboss-aop-deployers, so the sources become available in the IDE

Modified: trunk/system/pom.xml
===================================================================
--- trunk/system/pom.xml	2010-04-08 09:40:10 UTC (rev 103687)
+++ trunk/system/pom.xml	2010-04-08 09:42:44 UTC (rev 103688)
@@ -60,6 +60,10 @@
       <artifactId>jboss-aop</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop-deployers</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jbossxb</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list