You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2017/08/23 15:51:46 UTC

svn commit: r1805932 - /sling/trunk/bundles/extensions/models/integration-tests/pom.xml

Author: sseifert
Date: Wed Aug 23 15:51:45 2017
New Revision: 1805932

URL: http://svn.apache.org/viewvc?rev=1805932&view=rev
Log:
update integration tests to latest snapshot versions
include commons-lang3 dependency

Modified:
    sling/trunk/bundles/extensions/models/integration-tests/pom.xml

Modified: sling/trunk/bundles/extensions/models/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/models/integration-tests/pom.xml?rev=1805932&r1=1805931&r2=1805932&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/models/integration-tests/pom.xml (original)
+++ sling/trunk/bundles/extensions/models/integration-tests/pom.xml Wed Aug 23 15:51:45 2017
@@ -273,7 +273,8 @@
                         <sling.additional.bundle.13>jackson-annotations</sling.additional.bundle.13>
                         <sling.additional.bundle.14>jackson-core</sling.additional.bundle.14>
                         <sling.additional.bundle.15>jackson-databind</sling.additional.bundle.15>
-                        <sling.additional.bundle.16>${project.build.finalName}.jar</sling.additional.bundle.16>
+                        <sling.additional.bundle.16>commons-lang3</sling.additional.bundle.16>
+                        <sling.additional.bundle.17>${project.build.finalName}.jar</sling.additional.bundle.17>
                     </systemPropertyVariables>
                 </configuration>
             </plugin>
@@ -325,19 +326,19 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.models.api</artifactId>
-            <version>1.3.5-SNAPSHOT</version>
+            <version>1.3.7-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.models.impl</artifactId>
-            <version>1.4.3-SNAPSHOT</version>
+            <version>1.4.5-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.models.jacksonexporter</artifactId>
-            <version>1.0.7-SNAPSHOT</version>
+            <version>1.0.9-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -358,6 +359,12 @@
             <version>2.3.2</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <version>3.4</version>
+            <scope>provided</scope>
+        </dependency>
 
         <!-- not part of launchpad 7 (see SLING-4710) -->
         <dependency>