[seam-commits] Seam SVN: r7445 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Feb 19 09:04:22 EST 2008
Author: pete.muir at jboss.org
Date: 2008-02-19 09:04:22 -0500 (Tue, 19 Feb 2008)
New Revision: 7445
Modified:
trunk/build/root.pom.xml
trunk/build/ui.pom.xml
Log:
New jboss-el, forgot dependencies for facelets logging bridge
Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml 2008-02-19 13:44:31 UTC (rev 7444)
+++ trunk/build/root.pom.xml 2008-02-19 14:04:22 UTC (rev 7445)
@@ -657,7 +657,7 @@
<dependency>
<groupId>org.jboss.el</groupId>
<artifactId>jboss-el</artifactId>
- <version>2.0.1.GA</version>
+ <version>2.0.2-SNAPSHOT</version>
</dependency>
<dependency>
@@ -746,6 +746,12 @@
<artifactId>jboss-vfs</artifactId>
<version>2.0.0.Beta7</version>
</dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-common-logging-spi</artifactId>
+ <version>2.0.4.GA</version>
+ </dependency>
<dependency>
<groupId>com.lowagie</groupId>
Modified: trunk/build/ui.pom.xml
===================================================================
--- trunk/build/ui.pom.xml 2008-02-19 13:44:31 UTC (rev 7444)
+++ trunk/build/ui.pom.xml 2008-02-19 14:04:22 UTC (rev 7445)
@@ -179,6 +179,18 @@
<scope>test</scope>
<classifier>jdk15</classifier>
</dependency>
+
+ <!-- Dependencies for facelets jdk logging -> log4j bridge -->
+
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-common-logging-spi</artifactId>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
More information about the seam-commits
mailing list