Author: rahul
Date: Thu Dec 28 16:40:14 2006
New Revision: 490884
URL: http://svn.apache.org/viewvc?view=rev&rev=490884
Log:
Remove commented out <dependencies> section.
SHALE-376
Modified:
shale/framework/trunk/pom.xml
Modified: shale/framework/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?view=diff&rev=490884&r1=490883&r2=490884
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Thu Dec 28 16:40:14 2006
@@ -277,76 +277,6 @@
</plugins>
</reporting>
-
- <dependencies>
-
- <!-- Declare provided dependencies for platform APIs -->
- <!-- This list also includes some dependencies that should be
- marked optional in dependent POMs, but are not. Declaring
- them here avoids the need to explicitly trace the dependency
- hierarchy. -->
-
-<!--
- <dependency>
- <groupId>avalon-framework</groupId>
- <artifactId>avalon-framework</artifactId>
- <version>4.1.3</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>javax.portlet</groupId>
- <artifactId>portlet-api</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>logkit</groupId>
- <artifactId>logkit</artifactId>
- <version>1.0.1</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>portlet-api</groupId>
- <artifactId>portlet-api</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.6.2</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xmlParserAPIs</artifactId>
- <version>2.6.2</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- <version>1.0.b2</version>
- <scope>provided</scope>
- </dependency>
--->
-
- </dependencies>
-
-
<dependencyManagement>
<dependencies>