You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ch...@apache.org on 2017/07/04 11:38:17 UTC

svn commit: r1800756 - /jackrabbit/oak/trunk/oak-examples/webapp/pom.xml

Author: chetanm
Date: Tue Jul  4 11:38:17 2017
New Revision: 1800756

URL: http://svn.apache.org/viewvc?rev=1800756&view=rev
Log:
OAK-5048 - Upgrade to Tika 1.15 version

Included missed updated pom.xml

Modified:
    jackrabbit/oak/trunk/oak-examples/webapp/pom.xml

Modified: jackrabbit/oak/trunk/oak-examples/webapp/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-examples/webapp/pom.xml?rev=1800756&r1=1800755&r2=1800756&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-examples/webapp/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-examples/webapp/pom.xml Tue Jul  4 11:38:17 2017
@@ -58,6 +58,10 @@
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.httpcomponents</groupId>
+          <artifactId>httpcore</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>