Author: hfnukal
Date: 2012-04-04 07:39:41 -0400 (Wed, 04 Apr 2012)
New Revision: 8673
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/pom.xml
epp/portal/branches/EPP_5_2_Branch/pom.xml
Log:
Bug 809788 - Configuration cleanup
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/pom.xml 2012-04-03 14:30:14 UTC (rev
8672)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/pom.xml 2012-04-04 11:39:41 UTC (rev
8673)
@@ -19,10 +19,6 @@
<epp.dir>jboss-epp-5.2</epp.dir>
<maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>
- <sso.version>1.1.1-GA</sso.version>
- <portletbridge.version>2.3.0.CP01.EPP521</portletbridge.version>
-
<org.jboss.eppsp.version>${project.version}</org.jboss.eppsp.version>
-
<!-- portlet bridge directory - not used, distribution module name is used as
directory name -->
<portletbridge.directory>portletbridge</portletbridge.directory>
<!-- gatein-sso directory name within EPP -->
Modified: epp/portal/branches/EPP_5_2_Branch/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/pom.xml 2012-04-03 14:30:14 UTC (rev 8672)
+++ epp/portal/branches/EPP_5_2_Branch/pom.xml 2012-04-04 11:39:41 UTC (rev 8673)
@@ -64,8 +64,12 @@
<version.chromattic>1.1.3</version.chromattic>
<org.staxnav.version>0.9.6</org.staxnav.version>
<jcip.version>1.0</jcip.version>
- <commons-dbcp.version>1.2.2</commons-dbcp.version>
+ <commons-dbcp.version>1.4</commons-dbcp.version>
+ <sso.version>1.1.1-GA</sso.version>
+ <portletbridge.version>2.3.0.CP01.EPP521</portletbridge.version>
+ <org.jboss.eppsp.version>${project.version}</org.jboss.eppsp.version>
+
<!-- ************** -->
<!-- Build settings -->
<!-- ************** -->
@@ -740,17 +744,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>commons-dbcp</groupId>
- <artifactId>commons-dbcp</artifactId>
- <version>1.4</version>
- <exclusions>
- <exclusion>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>