Author: theute
Date: 2011-08-25 03:17:32 -0400 (Thu, 25 Aug 2011)
New Revision: 7221
Modified:
epp/portal/branches/EPP_5_2_Branch/pom.xml
Log:
JBEPP-1123
Update gatein management version to beta02.
Modified: epp/portal/branches/EPP_5_2_Branch/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/pom.xml 2011-08-25 06:44:08 UTC (rev 7220)
+++ epp/portal/branches/EPP_5_2_Branch/pom.xml 2011-08-25 07:17:32 UTC (rev 7221)
@@ -50,7 +50,7 @@
<org.picketlink.idm>1.3.0.Alpha03</org.picketlink.idm>
<org.gatein.wsrp.version>2.1.0-Beta04</org.gatein.wsrp.version>
<org.gatein.mop.version>1.1.0-Beta05</org.gatein.mop.version>
- <org.gatein.mgmt.version>1.0.0-Beta01</org.gatein.mgmt.version>
+ <org.gatein.mgmt.version>1.0.0-Beta02</org.gatein.mgmt.version>
<org.slf4j.version>1.5.8</org.slf4j.version>
<commons-pool.version>1.5.5</commons-pool.version>
<rhino.version>1.6R5</rhino.version>
@@ -877,13 +877,6 @@
<artifactId>log4j</artifactId>
<version>1.2.16</version>
</dependency>
- <!-- Staxnav -->
- <dependency>
- <groupId>org.staxnav</groupId>
- <artifactId>staxnav.core</artifactId>
- <version>${org.staxnav.version}</version>
- </dependency>
-
<!-- Picketlink -->
<dependency>
<groupId>com.google.javascript</groupId>
@@ -917,6 +910,25 @@
<version>${nl.captcha.simplecaptcha.version}</version>
</dependency>
+ <!-- Staxnav -->
+ <dependency>
+ <groupId>org.staxnav</groupId>
+ <artifactId>staxnav.core</artifactId>
+ <version>${org.staxnav.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-dbcp</groupId>
+ <artifactId>commons-dbcp</artifactId>
+ <version>${commons-dbcp.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
<!-- needed for the IBM jdk, should be remove in the future when IBM fixes
its jdk (see GTNPORTAL-636) -->
<dependency>
<groupId>net.jcip</groupId>
Show replies by date