You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ch...@apache.org on 2016/09/21 13:28:06 UTC

svn commit: r1761728 - /sling/trunk/contrib/commons/mom/examples/jobs/core/pom.xml

Author: chetanm
Date: Wed Sep 21 13:28:06 2016
New Revision: 1761728

URL: http://svn.apache.org/viewvc?rev=1761728&view=rev
Log:
SLING-5645 - Provide a Jobs API and implementation suitable for widely distributed job processing.

Switch to version 15.0 for guava as thats the one packaged in Sling and used also by Oak

Modified:
    sling/trunk/contrib/commons/mom/examples/jobs/core/pom.xml

Modified: sling/trunk/contrib/commons/mom/examples/jobs/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/commons/mom/examples/jobs/core/pom.xml?rev=1761728&r1=1761727&r2=1761728&view=diff
==============================================================================
--- sling/trunk/contrib/commons/mom/examples/jobs/core/pom.xml (original)
+++ sling/trunk/contrib/commons/mom/examples/jobs/core/pom.xml Wed Sep 21 13:28:06 2016
@@ -107,8 +107,8 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <!-- 16.0.0 has a bug or 2 -->
-            <version>16.0.1</version>
+            <!-- Use the version being used in Sling -->
+            <version>15.0</version>
         </dependency>
       <!-- Testing -->
         <dependency>