You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by th...@apache.org on 2013/02/15 21:06:57 UTC

svn commit: r1446767 - /incubator/droids/branches/0.2.x-cleanup/droids-tika/pom.xml

Author: thorsten
Date: Fri Feb 15 21:06:57 2013
New Revision: 1446767

URL: http://svn.apache.org/r1446767
Log:
Updating rome to latest version and exluding it from tika parser

Modified:
    incubator/droids/branches/0.2.x-cleanup/droids-tika/pom.xml

Modified: incubator/droids/branches/0.2.x-cleanup/droids-tika/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/branches/0.2.x-cleanup/droids-tika/pom.xml?rev=1446767&r1=1446766&r2=1446767&view=diff
==============================================================================
--- incubator/droids/branches/0.2.x-cleanup/droids-tika/pom.xml (original)
+++ incubator/droids/branches/0.2.x-cleanup/droids-tika/pom.xml Fri Feb 15 21:06:57 2013
@@ -58,8 +58,17 @@
                     <artifactId>commons-logging</artifactId>
                     <groupId>commons-logging</groupId>
                 </exclusion>
+                <exclusion>
+                  <artifactId>rome</artifactId>
+                  <groupId>rome</groupId>
+                </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+          <groupId>rome</groupId>
+          <artifactId>rome</artifactId>
+          <version>1.0</version>
+        </dependency>
         <!-- test dependencies -->
         <dependency>
             <groupId>junit</groupId>