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 re...@apache.org on 2019/01/09 15:11:49 UTC

svn commit: r1850874 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: reschke
Date: Wed Jan  9 15:11:49 2019
New Revision: 1850874

URL: http://svn.apache.org/viewvc?rev=1850874&view=rev
Log:
OAK-7978: guava-latest profile defunct -> fixed

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1850874&r1=1850873&r2=1850874&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Wed Jan  9 15:11:49 2019
@@ -1015,14 +1015,10 @@
     </profile>
     <profile>
       <id>guava-latest</id>
-      <dependencies>
-        <dependency>
-          <groupId>com.google.guava</groupId>
-          <artifactId>guava</artifactId>
-          <version>20.0</version>
-        </dependency>
-      </dependencies>
-    </profile>
+      <properties>
+        <guava.version>20.0</guava.version>
+      </properties>
+	  </profile>
     <profile>
       <id>rdb-derby</id>
       <dependencies>