Author: jukka
Date: Tue Jun 2 00:44:21 2009
New Revision: 780895
URL: http://svn.apache.org/viewvc?rev=780895&view=rev
Log:
TIKA-234: Drop SpellCheckedMetadata
Removed the SpellCheckedMetadata and the commons-lang dependency it needed.
This functionality seems better suited to client code doing domain-specific
mappings from external metadata keys to Tika metadata.
Removed:
lucene/tika/trunk/tika-core/src/main/java/org/apache/tika/metadata/SpellCheckedMetadata.java
lucene/tika/trunk/tika-core/src/test/java/org/apache/tika/metadata/TestSpellCheckedMetadata.java
Modified:
lucene/tika/trunk/tika-core/pom.xml
Modified: lucene/tika/trunk/tika-core/pom.xml
URL:
http://svn.apache.org/viewvc/lucene/tika/trunk/tika-core/pom.xml?rev=780895&r1=780894&r2=780895&view=diff
==============================================================================
--- lucene/tika/trunk/tika-core/pom.xml (original)
+++ lucene/tika/trunk/tika-core/pom.xml Tue Jun 2 00:44:21 2009
@@ -39,12 +39,6 @@
<dependencies>
<dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.1</version>
- <optional>true</optional>
- </dependency>
- <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
@@ -74,7 +68,6 @@
</Export-Package>
<Import-Package>
org.apache.commons.io.*;version="[1.4,2.0)",
- org.apache.commons.lang.*;version="[2.1,3.0)",
org.apache.commons.logging.*;version="[1.0.4,2.0)",
*
</Import-Package>