Author: woonsan
Date: Wed Jan 7 05:45:44 2009
New Revision: 732333
URL: http://svn.apache.org/viewvc?rev=732333&view=rev
Log:
Excludes jetspeed-api transitive dependency problem in applications.
By the way, the groovy bridge should have 'provided' scope for jetspeed-api.
Modified:
portals/applications/pom.xml
Modified: portals/applications/pom.xml
URL:
http://svn.apache.org/viewvc/portals/applications/pom.xml?rev=732333&r1=732332&r2=732333&view=diff
==============================================================================
--- portals/applications/pom.xml (original)
+++ portals/applications/pom.xml Wed Jan 7 05:45:44 2009
@@ -860,6 +860,12 @@
<groupId>org.apache.portals.bridges</groupId>
<artifactId>portals-bridges-groovy</artifactId>
<version>${org.apache.portals.bridges.groovy.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.portals.jetspeed-2</groupId>
+ <artifactId>jetspeed-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.portals.bridges</groupId>