Author: lewismc
Date: Sat Feb 18 17:45:26 2012
New Revision: 1290828
URL: http://svn.apache.org/viewvc?rev=1290828&view=rev
Log:
commit to remove unused, LGPL licensed sqlbuilder library.
Modified:
nutch/branches/nutchgora/ivy/ivy.xml
nutch/branches/nutchgora/pom.xml
Modified: nutch/branches/nutchgora/ivy/ivy.xml
URL:
http://svn.apache.org/viewvc/nutch/branches/nutchgora/ivy/ivy.xml?rev=1290828&r1=1290827&r2=1290828&view=diff
==============================================================================
--- nutch/branches/nutchgora/ivy/ivy.xml (original)
+++ nutch/branches/nutchgora/ivy/ivy.xml Sat Feb 18 17:45:26 2012
@@ -66,8 +66,6 @@
<dependency org="xerces" name="xmlParserAPIs" rev="2.6.2" />
<dependency org="oro" name="oro" rev="2.0.8" />
- <dependency org="com.healthmarketscience.sqlbuilder"
name="sqlbuilder" rev="2.0.6"
- conf="*->default"/>
<dependency org="org.jdom" name="jdom" rev="1.1"
conf="*->default"/>
<!--Configuration: test -->
Modified: nutch/branches/nutchgora/pom.xml
URL:
http://svn.apache.org/viewvc/nutch/branches/nutchgora/pom.xml?rev=1290828&r1=1290827&r2=1290828&view=diff
==============================================================================
--- nutch/branches/nutchgora/pom.xml (original)
+++ nutch/branches/nutchgora/pom.xml Sat Feb 18 17:45:26 2012
@@ -178,12 +178,6 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>com.healthmarketscience.sqlbuilder</groupId>
- <artifactId>sqlbuilder</artifactId>
- <version>2.0.6</version>
- <optional>true</optional>
- </dependency>
- <dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1</version>