[seam-commits] Seam SVN: r14238 - in branches/community/Seam_2_3: examples/quartz/quartz-ejb and 3 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Oct 28 11:33:43 EDT 2011
Author: manaRH
Date: 2011-10-28 11:33:42 -0400 (Fri, 28 Oct 2011)
New Revision: 14238
Modified:
branches/community/Seam_2_3/build/settings.xml
branches/community/Seam_2_3/examples/quartz/quartz-ejb/pom.xml
branches/community/Seam_2_3/jboss-seam-parent/pom.xml
branches/community/Seam_2_3/jboss-seam-rss/pom.xml
branches/community/Seam_2_3/jboss-seam/pom.xml
Log:
JBSEAM-4850 - disabled jboss deprecated repository and upgrade quartz to 1.6.5 and changed commons-httpclient groupId
Modified: branches/community/Seam_2_3/build/settings.xml
===================================================================
--- branches/community/Seam_2_3/build/settings.xml 2011-10-28 15:33:26 UTC (rev 14237)
+++ branches/community/Seam_2_3/build/settings.xml 2011-10-28 15:33:42 UTC (rev 14238)
@@ -254,7 +254,7 @@
<activeProfiles>
<activeProfile>jboss-public-repository</activeProfile>
- <activeProfile>jboss-deprecated-repository</activeProfile>
+<!-- <activeProfile>jboss-deprecated-repository</activeProfile> -->
</activeProfiles>
Modified: branches/community/Seam_2_3/examples/quartz/quartz-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/quartz/quartz-ejb/pom.xml 2011-10-28 15:33:26 UTC (rev 14237)
+++ branches/community/Seam_2_3/examples/quartz/quartz-ejb/pom.xml 2011-10-28 15:33:42 UTC (rev 14238)
@@ -49,7 +49,7 @@
<artifactId>jsf-api</artifactId>
</dependency>
<dependency>
- <groupId>quartz</groupId>
+ <groupId>org.opensymphony.quartz</groupId>
<artifactId>quartz</artifactId>
</dependency>
</dependencies>
Modified: branches/community/Seam_2_3/jboss-seam/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam/pom.xml 2011-10-28 15:33:26 UTC (rev 14237)
+++ branches/community/Seam_2_3/jboss-seam/pom.xml 2011-10-28 15:33:42 UTC (rev 14238)
@@ -406,7 +406,7 @@
</dependency>
<dependency>
- <groupId>quartz</groupId>
+ <groupId>org.opensymphony.quartz</groupId>
<artifactId>quartz</artifactId>
<optional>true</optional>
</dependency>
Modified: branches/community/Seam_2_3/jboss-seam-parent/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-parent/pom.xml 2011-10-28 15:33:26 UTC (rev 14237)
+++ branches/community/Seam_2_3/jboss-seam-parent/pom.xml 2011-10-28 15:33:42 UTC (rev 14238)
@@ -563,7 +563,7 @@
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
- <version>3.1</version>
+ <version>3.1-jbossorg-1</version>
</dependency>
<dependency>
@@ -952,9 +952,9 @@
</dependency>
<dependency>
- <groupId>quartz</groupId>
+ <groupId>org.opensymphony.quartz</groupId>
<artifactId>quartz</artifactId>
- <version>1.6.0</version>
+ <version>1.6.5</version>
</dependency>
<dependency>
Modified: branches/community/Seam_2_3/jboss-seam-rss/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-rss/pom.xml 2011-10-28 15:33:26 UTC (rev 14237)
+++ branches/community/Seam_2_3/jboss-seam-rss/pom.xml 2011-10-28 15:33:42 UTC (rev 14238)
@@ -15,6 +15,12 @@
<dependency>
<groupId>net.sourceforge.yarfraw</groupId>
<artifactId>yarfraw</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>apache-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
More information about the seam-commits
mailing list