[jboss-cvs] jboss-seam/build ...
Peter Muir
peter at bleepbleep.org.uk
Tue Oct 2 11:22:32 EDT 2007
User: pmuir
Date: 07/10/02 11:22:32
Modified: build ioc.pom.xml root.pom.xml
Log:
Spring integration depends on cglib
Revision Changes Path
1.12 +6 -0 jboss-seam/build/ioc.pom.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ioc.pom.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/build/ioc.pom.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- ioc.pom.xml 2 Oct 2007 12:48:36 -0000 1.11
+++ ioc.pom.xml 2 Oct 2007 15:22:32 -0000 1.12
@@ -20,6 +20,12 @@
</dependency>
<dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib-nodep</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
</dependency>
1.26 +6 -0 jboss-seam/build/root.pom.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: root.pom.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/build/root.pom.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- root.pom.xml 2 Oct 2007 12:48:36 -0000 1.25
+++ root.pom.xml 2 Oct 2007 15:22:32 -0000 1.26
@@ -666,6 +666,12 @@
</dependency>
<dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib-nodep</artifactId>
+ <version>2.1_3</version>
+ </dependency>
+
+ <dependency>
<groupId>jboss</groupId>
<artifactId>jboss-kernel</artifactId>
<version>2.0.0.Beta</version>
More information about the jboss-cvs-commits
mailing list