You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2016/05/25 13:22:44 UTC

svn commit: r1745482 - in /sling/trunk/bundles/extensions/validation: core/pom.xml it-http/pom.xml

Author: kwin
Date: Wed May 25 13:22:43 2016
New Revision: 1745482

URL: http://svn.apache.org/viewvc?rev=1745482&view=rev
Log:
SLING-5603 downgrade version lang to the minimal version validation can work with

Modified:
    sling/trunk/bundles/extensions/validation/core/pom.xml
    sling/trunk/bundles/extensions/validation/it-http/pom.xml

Modified: sling/trunk/bundles/extensions/validation/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/validation/core/pom.xml?rev=1745482&r1=1745481&r2=1745482&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/validation/core/pom.xml (original)
+++ sling/trunk/bundles/extensions/validation/core/pom.xml Wed May 25 13:22:43 2016
@@ -132,7 +132,8 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>3.4</version>
+            <!-- need at least 3.1 for OSGi due to https://issues.apache.org/jira/browse/LANG-749 -->
+            <version>3.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: sling/trunk/bundles/extensions/validation/it-http/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/validation/it-http/pom.xml?rev=1745482&r1=1745481&r2=1745482&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/validation/it-http/pom.xml (original)
+++ sling/trunk/bundles/extensions/validation/it-http/pom.xml Wed May 25 13:22:43 2016
@@ -270,7 +270,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>3.4</version>
+            <version>3.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>