Author: pramirez
Date: Tue Jan 25 19:52:20 2011
New Revision: 1063428
URL: http://svn.apache.org/viewvc?rev=1063428&view=rev
Log:
OODT-89 Resolves tika dependency updates for components
Modified:
oodt/trunk/crawler/pom.xml
oodt/trunk/pge/pom.xml
oodt/trunk/product/pom.xml
Modified: oodt/trunk/crawler/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/crawler/pom.xml?rev=1063428&r1=1063427&r2=1063428&view=diff
==============================================================================
--- oodt/trunk/crawler/pom.xml (original)
+++ oodt/trunk/crawler/pom.xml Tue Jan 25 19:52:20 2011
@@ -128,11 +128,6 @@ the License.
<version>${project.parent.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.tika</groupId>
- <artifactId>tika</artifactId>
- <version>0.3</version>
- </dependency>
- <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.1</version>
Modified: oodt/trunk/pge/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/pge/pom.xml?rev=1063428&r1=1063427&r2=1063428&view=diff
==============================================================================
--- oodt/trunk/pge/pom.xml (original)
+++ oodt/trunk/pge/pom.xml Tue Jan 25 19:52:20 2011
@@ -113,11 +113,6 @@ the License.
<version>${project.parent.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.tika</groupId>
- <artifactId>tika</artifactId>
- <version>0.3</version>
- </dependency>
- <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.1</version>
Modified: oodt/trunk/product/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/product/pom.xml?rev=1063428&r1=1063427&r2=1063428&view=diff
==============================================================================
--- oodt/trunk/product/pom.xml (original)
+++ oodt/trunk/product/pom.xml Tue Jan 25 19:52:20 2011
@@ -97,8 +97,8 @@
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
- <artifactId>tika</artifactId>
- <version>0.2</version>
+ <artifactId>tika-core</artifactId>
+ <version>0.8</version>
</dependency>
<dependency>
<groupId>org.apache.oodt</groupId>