Author: chris.laprun(a)jboss.com
Date: 2011-02-03 05:56:47 -0500 (Thu, 03 Feb 2011)
New Revision: 5853
Modified:
portal/branches/wsrp-extraction/component/wsrp/pom.xml
Log:
- GTNPORTAL-1760: Cleaning up POM file.
Modified: portal/branches/wsrp-extraction/component/wsrp/pom.xml
===================================================================
--- portal/branches/wsrp-extraction/component/wsrp/pom.xml 2011-02-02 22:51:10 UTC (rev
5852)
+++ portal/branches/wsrp-extraction/component/wsrp/pom.xml 2011-02-03 10:56:47 UTC (rev
5853)
@@ -92,71 +92,16 @@
</dependency>
<dependency>
- <groupId>org.exoplatform.jcr</groupId>
- <artifactId>exo.jcr.component.ext</artifactId>
- </dependency>
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.core</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.spi</artifactId>
- </dependency>
- <dependency>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-wci</artifactId>
</dependency>
- <!-- Required to process Chromattic annotations -->
- <dependency>
- <groupId>org.chromattic</groupId>
- <artifactId>chromattic.apt</artifactId>
- <scope>provided</scope>
- </dependency>
-
<!-- tests -->
<dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.test.jcr</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.8.5</version>
<scope>test</scope>
</dependency>
</dependencies>
-
- <build>
- <plugins>
- <!--<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <excludes>
-
<exclude>org/gatein/portal/wsrp/SessionEventListenerAndBroadcaster.java</exclude>
-
<exclude>org/gatein/portal/wsrp/MOPPortalStructureProvider.java</exclude>
-
<exclude>org/gatein/portal/wsrp/state/migration/**/*.java</exclude>
- </excludes>
- </configuration>
- </plugin>-->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
-
<exclude>org/gatein/portal/wsrp/state/consumer/**</exclude>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
Show replies by date