EMBJOPR SVN: r862 - trunk/core.
by embjopr-commits@lists.jboss.org
Author: ozizka(a)redhat.com
Date: 2010-01-06 21:47:42 -0500 (Wed, 06 Jan 2010)
New Revision: 862
Modified:
trunk/core/pom.xml
Log:
EJ Core POM: Prepared exclusion of jboss-seam-jul (in a comment)
Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml 2010-01-06 20:09:15 UTC (rev 861)
+++ trunk/core/pom.xml 2010-01-07 02:47:42 UTC (rev 862)
@@ -105,6 +105,14 @@
<groupId>${seam.groupId}</groupId>
<artifactId>jboss-seam-ui</artifactId>
<version>${seam.version}</version>
+ <!--
+ <exclusions>
+ <exclusion>
+ <groupId>${seam.groupId}</groupId>
+ <artifactId>jboss-seam-jul</artifactId>
+ </exclusion>
+ </exclusions>
+ -->
</dependency>
<!-- third party dependencies needed when running tests with Seam -->
<dependency>
@@ -209,7 +217,7 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
<version>${richfaces.version}</version>
- <exclusions>
+ <exclusions>
<exclusion>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
15 years
EMBJOPR SVN: r861 - trunk.
by embjopr-commits@lists.jboss.org
Author: smcgowan(a)redhat.com
Date: 2010-01-06 15:09:15 -0500 (Wed, 06 Jan 2010)
New Revision: 861
Modified:
trunk/pom.xml
Log:
EMBJOPR-260 - update richfaces.version to 3.3.3.BETA1
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2009-12-07 17:35:32 UTC (rev 860)
+++ trunk/pom.xml 2010-01-06 20:09:15 UTC (rev 861)
@@ -65,7 +65,7 @@
<jaxb-api.version>2.1</jaxb-api.version>
<jaxb-impl.version>2.1.6</jaxb-impl.version>
<jopr.version>2.4.0-SNAPSHOT</jopr.version>
- <richfaces.version>3.3.3-SNAPSHOT</richfaces.version>
+ <richfaces.version>3.3.3.BETA1</richfaces.version>
<rhq.version>1.3.0.GA</rhq.version>
<seam.version>2.1.0.SP1</seam.version>
<seam.embedded.version>beta3.SP3</seam.embedded.version>
15 years