[seam-commits] Seam SVN: r11465 - branches/enterprise/JBPAPP_5_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Sep 3 10:57:45 EDT 2009
Author: manaRH
Date: 2009-09-03 10:57:45 -0400 (Thu, 03 Sep 2009)
New Revision: 11465
Modified:
branches/enterprise/JBPAPP_5_0/build/core.pom.xml
branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
JBPAPP-2660
Modified: branches/enterprise/JBPAPP_5_0/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/core.pom.xml 2009-09-03 14:28:22 UTC (rev 11464)
+++ branches/enterprise/JBPAPP_5_0/build/core.pom.xml 2009-09-03 14:57:45 UTC (rev 11465)
@@ -334,6 +334,12 @@
</dependency>
<dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
<optional>true</optional>
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2009-09-03 14:28:22 UTC (rev 11464)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2009-09-03 14:57:45 UTC (rev 11465)
@@ -247,7 +247,7 @@
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
</exclusion>
- </exclusions>
+ </exclusions>
</dependency>
<dependency>
@@ -882,6 +882,12 @@
</dependency>
<dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ <version>2.1.0.GA</version>
+ </dependency>
+
+ <dependency>
<groupId>jboss</groupId>
<artifactId>jboss-common-logging-spi</artifactId>
<version>2.1.0.GA</version>
@@ -904,10 +910,6 @@
<groupId>apache-slide</groupId>
<artifactId>webdavlib</artifactId>
</exclusion>
- <exclusion>
- <groupId>jboss</groupId>
- <artifactId>jboss-common-logging-spi</artifactId>
- </exclusion>
</exclusions>
</dependency>
More information about the seam-commits
mailing list