You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2013/07/10 18:58:37 UTC

svn commit: r1501850 - /sling/trunk/contrib/scripting/freemarker/pom.xml

Author: rombert
Date: Wed Jul 10 16:58:36 2013
New Revision: 1501850

URL: http://svn.apache.org/r1501850
Log:
SLING-2961 - Freemarker tests fail: java.lang.NoClassDefFoundError:
javax/jcr/Binary

Update pom dependencies to fix build.

Modified:
    sling/trunk/contrib/scripting/freemarker/pom.xml

Modified: sling/trunk/contrib/scripting/freemarker/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/freemarker/pom.xml?rev=1501850&r1=1501849&r2=1501850&view=diff
==============================================================================
--- sling/trunk/contrib/scripting/freemarker/pom.xml (original)
+++ sling/trunk/contrib/scripting/freemarker/pom.xml Wed Jul 10 16:58:36 2013
@@ -112,12 +112,12 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.api</artifactId>
-            <version>2.0.2-incubator</version>
+            <version>2.1.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.resource</artifactId>
-            <version>2.0.6</version>
+            <version>2.2.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.jackrabbit</groupId>
@@ -136,6 +136,7 @@
         <dependency>
             <groupId>javax.jcr</groupId>
             <artifactId>jcr</artifactId>
+            <version>2.0</version>
         </dependency>
         <dependency>
             <groupId>org.freemarker</groupId>