You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2021/08/10 15:23:06 UTC

svn commit: r1892183 - /jackrabbit/trunk/jackrabbit-webapp/pom.xml

Author: reschke
Date: Tue Aug 10 15:23:06 2021
New Revision: 1892183

URL: http://svn.apache.org/viewvc?rev=1892183&view=rev
Log:
JCR-4714: TomcatIT uses Guava Files.readLines inherited from tika-parsers 1.x

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

Modified: jackrabbit/trunk/jackrabbit-webapp/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-webapp/pom.xml?rev=1892183&r1=1892182&r2=1892183&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-webapp/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-webapp/pom.xml Tue Aug 10 15:23:06 2021
@@ -144,6 +144,12 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>30.1.1-jre</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
     </dependency>