Author: ate
Date: Thu Jun 14 02:05:19 2007
New Revision: 547187
URL: http://svn.apache.org/viewvc?view=rev&rev=547187
Log:
Cleanup unused dependencies
Modified:
portals/bridges/trunk/groovy/pom.xml
portals/bridges/trunk/groovy/project.xml
Modified: portals/bridges/trunk/groovy/pom.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/trunk/groovy/pom.xml?view=diff&rev=547187&r1=547186&r2=547187
==============================================================================
--- portals/bridges/trunk/groovy/pom.xml (original)
+++ portals/bridges/trunk/groovy/pom.xml Thu Jun 14 02:05:19 2007
@@ -70,16 +70,8 @@
<groupId>groovy</groupId>
<artifactId>groovy</artifactId>
<version>1.0</version>
+ <scope>compile</scope>
</dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.portals.bridges</groupId>
- <artifactId>portals-bridges-common</artifactId>
- <version>${pom.version}</version>
- </dependency>
</dependencies>
<!-- Build Configuration -->
Modified: portals/bridges/trunk/groovy/project.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/trunk/groovy/project.xml?view=diff&rev=547187&r1=547186&r2=547187
==============================================================================
--- portals/bridges/trunk/groovy/project.xml (original)
+++ portals/bridges/trunk/groovy/project.xml Thu Jun 14 02:05:19 2007
@@ -57,18 +57,7 @@
<id>groovy:groovy</id>
<version>1.0</version>
<type>jar</type>
- <properties>
- <war.bundle.jar>true</war.bundle.jar>
- </properties>
</dependency>
- <dependency>
- <id>commons-logging</id>
- <version>${commons.logging.version}</version>
- </dependency>
- <dependency>
- <id>org.apache.portals.bridges:portals-bridges-common</id>
- <version>${portals.bridges.common.version}</version>
- </dependency>
</dependencies>
<build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]