Author: hfnukal
Date: 2012-02-28 21:20:36 -0500 (Tue, 28 Feb 2012)
New Revision: 8485
Modified:
epp/portal/branches/EPP_5_2_Branch/examples/extension/ear/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml
Log:
Bug 793461 Remove unnecessary jars from gatein-sample-extension.ear and
gatein-sample-portal.ear
Modified: epp/portal/branches/EPP_5_2_Branch/examples/extension/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/ear/pom.xml 2012-02-28 21:29:02
UTC (rev 8484)
+++ epp/portal/branches/EPP_5_2_Branch/examples/extension/ear/pom.xml 2012-02-29 02:20:36
UTC (rev 8485)
@@ -50,6 +50,28 @@
<artifactId>exo.portal.component.web.api</artifactId>
<version>5.2.1.DR01-SNAPSHOT</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.apt</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.common</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.spi</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
@@ -57,6 +79,17 @@
<version>5.2.1.DR01-SNAPSHOT</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
+ <scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml 2012-02-28 21:29:02 UTC
(rev 8484)
+++ epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml 2012-02-29 02:20:36 UTC
(rev 8485)
@@ -50,6 +50,28 @@
<artifactId>exo.portal.component.web.api</artifactId>
<version>5.2.1.DR01-SNAPSHOT</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.apt</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.common</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.spi</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
@@ -63,6 +85,17 @@
<version>5.2.1.DR01-SNAPSHOT</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
+ <scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>