[seam-commits] Seam SVN: r8611 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Aug 6 12:30:44 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-08-06 12:30:44 -0400 (Wed, 06 Aug 2008)
New Revision: 8611
Modified:
trunk/build/core.pom.xml
trunk/build/root.pom.xml
Log:
Need jaxen for parsing webxml
Modified: trunk/build/core.pom.xml
===================================================================
--- trunk/build/core.pom.xml 2008-08-06 16:27:01 UTC (rev 8610)
+++ trunk/build/core.pom.xml 2008-08-06 16:30:44 UTC (rev 8611)
@@ -312,6 +312,12 @@
<artifactId>jboss-common-core</artifactId>
<optional>true</optional>
</dependency>
+
+ <dependency>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ <optional>true</optional>
+ </dependency>
</dependencies>
Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml 2008-08-06 16:27:01 UTC (rev 8610)
+++ trunk/build/root.pom.xml 2008-08-06 16:30:44 UTC (rev 8611)
@@ -868,18 +868,20 @@
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
- <version>1.6.1-jboss</version>
+ <version>1.6.1</version>
<exclusions>
<exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
</exclusion>
- <exclusion>
- <groupId>xpp3</groupId>
- <artifactId>xpp3</artifactId>
- </exclusion>
</exclusions>
</dependency>
+
+ <dependency>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ <version>1.1-beta-4</version>
+ </dependency>
<dependency>
<groupId>org.beanshell</groupId>
More information about the seam-commits
mailing list