[jboss-cvs] jboss-seam/build ...
Peter Muir
peter at bleepbleep.org.uk
Mon Sep 24 06:21:13 EDT 2007
User: pmuir
Date: 07/09/24 06:21:13
Modified: build ui.pom.xml core.pom.xml root.pom.xml
Log:
This is the correct jboss-cache according to Brian.
Revision Changes Path
1.8 +16 -2 jboss-seam/build/ui.pom.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ui.pom.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/build/ui.pom.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- ui.pom.xml 22 Sep 2007 15:39:12 -0000 1.7
+++ ui.pom.xml 24 Sep 2007 10:21:13 -0000 1.8
@@ -149,8 +149,22 @@
</dependency>
<dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-cache-jdk50</artifactId>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-cache</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <!-- This is actually a dep of jboss-cache, but it doesn't declare it -->
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-system</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <!-- This is actually a dep of jboss-cache, but it doesn't declare it -->
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-jmx</artifactId>
<optional>true</optional>
</dependency>
1.14 +16 -2 jboss-seam/build/core.pom.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: core.pom.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/build/core.pom.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- core.pom.xml 22 Sep 2007 21:06:42 -0000 1.13
+++ core.pom.xml 24 Sep 2007 10:21:13 -0000 1.14
@@ -309,8 +309,22 @@
</dependency>
<dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-cache-jdk50</artifactId>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-cache</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <!-- This is actually a dep of jboss-cache, but it doesn't declare it -->
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-system</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <!-- This is actually a dep of jboss-cache, but it doesn't declare it -->
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-jmx</artifactId>
<optional>true</optional>
</dependency>
1.8 +3 -2 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.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- root.pom.xml 22 Sep 2007 15:39:12 -0000 1.7
+++ root.pom.xml 24 Sep 2007 10:21:13 -0000 1.8
@@ -163,8 +163,8 @@
</dependency>
<dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jboss-cache-jdk50</artifactId>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-cache</artifactId>
<version>1.4.1.GA</version>
</dependency>
@@ -227,6 +227,7 @@
<artifactId>jboss-system</artifactId>
<version>4.2.0.GA</version>
</dependency>
+
<dependency>
<groupId>jboss</groupId>
<artifactId>jbossxb</artifactId>
More information about the jboss-cvs-commits
mailing list