Author: ecki
Date: Fri Jan 9 15:15:31 2015
New Revision: 1650558
URL: http://svn.apache.org/r1650558
Log:
[examples] cleanup pom, jdom and componentid are not used
Modified:
commons/proper/vfs/trunk/examples/pom.xml
Modified: commons/proper/vfs/trunk/examples/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/examples/pom.xml?rev=1650558&r1=1650557&r2=1650558&view=diff
==============================================================================
--- commons/proper/vfs/trunk/examples/pom.xml (original)
+++ commons/proper/vfs/trunk/examples/pom.xml Fri Jan 9 15:15:31 2015
@@ -51,11 +51,6 @@
<optional>true</optional>
</dependency>
<dependency>
- <groupId>org.jdom</groupId>
- <artifactId>jdom</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<optional>true</optional>
@@ -68,7 +63,6 @@
</dependencies>
<properties>
- <commons.componentid>vfs-examples</commons.componentid>
<vfs.parent.dir>${basedir}/..</vfs.parent.dir>
</properties>