Author: hfnukal
Date: 2012-06-21 07:12:04 -0400 (Thu, 21 Jun 2012)
New Revision: 8735
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
Log:
Bug 807012 - Remove possibly unused JARs from gatein.ear/lib
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2012-06-21
08:41:56 UTC (rev 8734)
+++
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2012-06-21
11:12:04 UTC (rev 8735)
@@ -133,6 +133,16 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.resources</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>junit</artifactId>
+ <groupId>junit</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>ant</artifactId>
+ <groupId>org.apache.ant</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
@@ -219,6 +229,12 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.management</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>jsr250-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
@@ -311,6 +327,10 @@
<artifactId>infinispan-core</artifactId>
<groupId>org.infinispan</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>commons-beanutils</artifactId>
+ <groupId>commons-beanutils</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -369,19 +389,13 @@
<artifactId>activation</artifactId>
<groupId>javax.activation</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>jgroups</artifactId>
+ <groupId>org.jgroups</groupId>
+ </exclusion>
</exclusions>
</dependency>
-<!-- <dependency>
- <groupId>org.exoplatform.kernel</groupId>
- <artifactId>exo.kernel.component.remote</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>exo.tool.framework.junit</artifactId>
- <groupId>org.exoplatform.tool</groupId>
- </exclusion>
- </exclusions>
- </dependency>-->
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<artifactId>exo.kernel.container</artifactId>
@@ -402,6 +416,10 @@
<artifactId>jibx-extras</artifactId>
<groupId>org.jibx</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>commons-beanutils</artifactId>
+ <groupId>commons-beanutils</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -424,6 +442,10 @@
<artifactId>jboss-common-core</artifactId>
<groupId>org.jboss</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>jgroups</artifactId>
+ <groupId>org.jgroups</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -718,6 +740,18 @@
<artifactId>infinispan-cachestore-jdbc</artifactId>
<groupId>org.infinispan</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>concurrent</artifactId>
+ <groupId>concurrent</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jgroups</artifactId>
+ <groupId>org.jgroups</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-beanutils</artifactId>
+ <groupId>commons-beanutils</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -752,6 +786,10 @@
<artifactId>exo.core.component.script.groovy</artifactId>
<groupId>org.exoplatform.core</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>jsr250-api</artifactId>
+ <groupId>javax.annotation</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -882,6 +920,10 @@
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>commons-beanutils</artifactId>
+ <groupId>commons-beanutils</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -911,6 +953,14 @@
<artifactId>wci-tomcat</artifactId>
<groupId>org.gatein.wci</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>servlet-api</artifactId>
+ <groupId>org.apache.tomcat</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>annotations-api</artifactId>
+ <groupId>org.apache.tomcat</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -943,6 +993,14 @@
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>servlet-api</artifactId>
+ <groupId>javax.servlet</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>junit</artifactId>
+ <groupId>junit</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -964,101 +1022,6 @@
</exclusions>
</dependency>
- <!-- wsrp libs -->
- <!--<dependency>-->
- <!--<groupId>org.gatein.wsrp</groupId>-->
- <!--<artifactId>wsrp-producer-lib</artifactId>-->
- <!--<exclusions>-->
- <!--<exclusion>-->
- <!--<artifactId>jaxb-api</artifactId>-->
- <!--<groupId>javax.xml.bind</groupId>-->
- <!--</exclusion>-->
- <!--<exclusion>-->
- <!--<artifactId>mail</artifactId>-->
- <!--<groupId>javax.mail</groupId>-->
- <!--</exclusion>-->
- <!--<exclusion>-->
- <!--<artifactId>slf4j-api</artifactId>-->
- <!--<groupId>org.slf4j</groupId>-->
- <!--</exclusion>-->
- <!--<exclusion>-->
- <!--<artifactId>jaxws-api</artifactId>-->
- <!--<groupId>javax.xml.ws</groupId>-->
- <!--</exclusion>-->
- <!--<exclusion>-->
- <!--<artifactId>jsr181-api</artifactId>-->
- <!--<groupId>javax.jws</groupId>-->
- <!--</exclusion>-->
- <!--<exclusion>-->
- <!--<artifactId>saaj-api</artifactId>-->
- <!--<groupId>javax.xml.soap</groupId>-->
- <!--</exclusion>-->
- <!--<exclusion>-->
- <!--<artifactId>jbossxb</artifactId>-->
- <!--<groupId>org.jboss</groupId>-->
- <!--</exclusion>-->
- <!--<exclusion>-->
- <!--<artifactId>activation</artifactId>-->
- <!--<groupId>javax.activation</groupId>-->
- <!--</exclusion>-->
- <!--<exclusion>-->
- <!--<artifactId>jboss-logging-spi</artifactId>-->
- <!--<groupId>org.jboss.logging</groupId>-->
- <!--</exclusion>-->
- <!--<exclusion>-->
- <!--<artifactId>jaxb-api</artifactId>-->
- <!--<groupId>sun-jaxb</groupId>-->
- <!--</exclusion>-->
- <!--<exclusion>-->
- <!--<artifactId>xml-apis</artifactId>-->
- <!--<groupId>apache-xerces</groupId>-->
- <!--</exclusion>-->
- <!--</exclusions>-->
- <!--</dependency>-->
- <!--<dependency>-->
- <!--<groupId>org.gatein.wsrp</groupId>-->
- <!--<artifactId>wsrp-consumer</artifactId>-->
- <!--<exclusions>-->
- <!--<exclusion>-->
- <!--<artifactId>mail</artifactId>-->
- <!--<groupId>javax.mail</groupId>-->
- <!--</exclusion>-->
- <!--<exclusion>-->
- <!--<artifactId>saaj-api</artifactId>-->
- <!--<groupId>javax.xml.soap</groupId>-->
- <!--</exclusion>-->
- <!--<exclusion>-->
- <!--<artifactId>test-framework</artifactId>-->
- <!--<groupId>org.gatein.wsrp</groupId>-->
- <!--</exclusion>-->
- <!--<exclusion>-->
- <!--<artifactId>wsdl4j</artifactId>-->
- <!--<groupId>wsdl4j</groupId>-->
- <!--</exclusion>-->
- <!--<exclusion>-->
- <!--<artifactId>jbossxb</artifactId>-->
- <!--<groupId>org.jboss</groupId>-->
- <!--</exclusion>-->
- <!--<exclusion>-->
- <!--<artifactId>slf4j-jdk14</artifactId>-->
- <!--<groupId>org.slf4j</groupId>-->
- <!--</exclusion>-->
- <!--<exclusion>-->
- <!--<artifactId>slf4j-api</artifactId>-->
- <!--<groupId>org.slf4j</groupId>-->
- <!--</exclusion>-->
- <!--</exclusions>-->
- <!--</dependency>-->
- <!--<dependency>-->
- <!--<groupId>org.gatein.wsrp</groupId>-->
- <!--<artifactId>wsrp-integration-api</artifactId>-->
- <!--<exclusions>-->
- <!--<exclusion>-->
- <!--<artifactId>servlet-api</artifactId>-->
- <!--<groupId>javax.servlet</groupId>-->
- <!--</exclusion>-->
- <!--</exclusions>-->
- <!--</dependency>-->
<dependency>
<groupId>org.gatein.mop</groupId>
<artifactId>mop-api</artifactId>
@@ -1112,6 +1075,14 @@
<artifactId>modules</artifactId>
<groupId>rome</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>xercesImpl</artifactId>
+ <groupId>xerces</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>el-api</artifactId>
+ <groupId>org.apache.tomcat</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -1130,6 +1101,26 @@
<artifactId>xpp3_min</artifactId>
<groupId>xpp3</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>el-api</artifactId>
+ <groupId>org.apache.tomcat</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-collections</artifactId>
+ <groupId>commons-collections</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-beanutils-core</artifactId>
+ <groupId>commons-beanutils</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-api</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -1152,6 +1143,10 @@
<artifactId>xpp3_min</artifactId>
<groupId>xpp3</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ <groupId>org.apache.geronimo.specs</groupId>
+ </exclusion>
</exclusions>
</dependency>
@@ -1189,6 +1184,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@@ -1238,11 +1239,21 @@
<dependency>
<groupId>caja</groupId>
<artifactId>caja</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>xercesImpl</artifactId>
+ <groupId>xerces</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>json-simple</artifactId>
+ <groupId>com.googlecode.json-simple</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>caja</groupId>
<artifactId>json_simple</artifactId>
- </dependency>
+ </dependency>-->
<!-- needed so that GTN can be run on the IBM jdk, to be removed when the IBM
jdk no longer needs this hack -->
@@ -1304,12 +1315,13 @@
<version>1.5.3</version>
</dependency>
- <dependency>
+ <!-- included in EAP endorsed dir -->
+<!-- <dependency>
<artifactId>xercesImpl</artifactId>
<groupId>apache-xerces</groupId>
<type>jar</type>
<version>2.9.1</version>
- </dependency>
+ </dependency>-->
</dependencies>
<build>
@@ -1392,12 +1404,6 @@
<bundleFileName>integration.war</bundleFileName>
<unpack>true</unpack>
</webModule>
- <!--<webModule>-->
- <!--<groupId>org.gatein.wsrp</groupId>-->
-
<!--<artifactId>wsrp-admin-gui</artifactId>-->
-
<!--<contextRoot>wsrp-admin-gui</contextRoot>-->
-
<!--<bundleFileName>wsrp-admin-gui.war</bundleFileName>-->
- <!--</webModule>-->
<webModule>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-server</artifactId>
Show replies by date