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/02/22 12:11:14 UTC

svn commit: r1854135 - in /jackrabbit/oak/branches/1.10: ./ oak-parent/pom.xml

Author: reschke
Date: Fri Feb 22 12:11:14 2019
New Revision: 1854135

URL: http://svn.apache.org/viewvc?rev=1854135&view=rev
Log:
OAK-7978: guava-latest profile defunct -> fixed (ported to 1.10)

Modified:
    jackrabbit/oak/branches/1.10/   (props changed)
    jackrabbit/oak/branches/1.10/oak-parent/pom.xml

Propchange: jackrabbit/oak/branches/1.10/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Feb 22 12:11:14 2019
@@ -1,3 +1,3 @@
 /jackrabbit/oak/branches/1.0:1665962
-/jackrabbit/oak/trunk:1851236,1851253,1851451,1852052,1852084,1852120,1852451,1852492-1852493,1852528,1852582,1852584,1852601,1852920,1853141,1853229,1853393,1853429,1853433,1853441,1853866,1853868,1853870,1853893,1853969,1853997,1854034,1854044,1854058
+/jackrabbit/oak/trunk:1850874,1851236,1851253,1851451,1852052,1852084,1852120,1852451,1852492-1852493,1852528,1852582,1852584,1852601,1852920,1853141,1853229,1853393,1853429,1853433,1853441,1853866,1853868,1853870,1853893,1853969,1853997,1854034,1854044,1854058
 /jackrabbit/trunk:1345480

Modified: jackrabbit/oak/branches/1.10/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.10/oak-parent/pom.xml?rev=1854135&r1=1854134&r2=1854135&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.10/oak-parent/pom.xml (original)
+++ jackrabbit/oak/branches/1.10/oak-parent/pom.xml Fri Feb 22 12:11:14 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>