Author: hfnukal
Date: 2011-10-25 06:54:20 -0400 (Tue, 25 Oct 2011)
New Revision: 7869
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/portletbridge/pom.xml
Log:
JBEPP-1312 Exclude commons-collections-3.2.1.jar in jboss-epp-5.2/portletbridge
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/portletbridge/pom.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/portletbridge/pom.xml 2011-10-25
10:40:10 UTC (rev 7868)
+++
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/portletbridge/pom.xml 2011-10-25
10:54:20 UTC (rev 7869)
@@ -20,6 +20,12 @@
<artifactId>portletbridge-impl</artifactId>
<version>${portletbridge.version}</version>
<type>jar</type>
+ <exclusions>
+ <exclusion>
+ <artifactId>commons-collections</artifactId>
+ <groupId>commons-collections</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
Show replies by date