[jboss-cvs] JBossAS SVN: r73968 - projects/ejb3/trunk/proxy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 2 15:20:48 EDT 2008


Author: ALRubinger
Date: 2008-06-02 15:20:48 -0400 (Mon, 02 Jun 2008)
New Revision: 73968

Modified:
   projects/ejb3/trunk/proxy/pom.xml
Log:
[EJBTHREE-1345] Use proper dependencies of remoting/AOP

Modified: projects/ejb3/trunk/proxy/pom.xml
===================================================================
--- projects/ejb3/trunk/proxy/pom.xml	2008-06-02 19:19:07 UTC (rev 73967)
+++ projects/ejb3/trunk/proxy/pom.xml	2008-06-02 19:20:48 UTC (rev 73968)
@@ -116,15 +116,7 @@
   <!-- Dependencies -->
   <dependencies>
 
-    <!-- TODO: JBAOP-586: aop defines the wrong dependency -->
     <dependency>
-      <groupId>javassist</groupId>
-      <artifactId>javassist</artifactId>
-      <version>3.7.1.GA</version>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
@@ -133,13 +125,7 @@
     <dependency>
       <groupId>org.jboss.aspects</groupId>
       <artifactId>jboss-remoting-aspects</artifactId>
-      <version>1.0.0-SNAPSHOT</version> <!-- JBAOP-586 -->
-      <exclusions>
-        <exclusion>
-          <groupId>org.jboss</groupId>
-          <artifactId>javassist</artifactId>
-        </exclusion>
-      </exclusions>
+      <version>1.0.1.CR2</version>
     </dependency>
 
     <dependency>




More information about the jboss-cvs-commits mailing list