You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/06/17 10:18:34 UTC

[sling-org-apache-sling-scripting-freemarker] branch master updated: adjust dependencies (highest versions for test, else lowest)

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-freemarker.git


The following commit(s) were added to refs/heads/master by this push:
     new 11b4af7  adjust dependencies (highest versions for test, else lowest)
11b4af7 is described below

commit 11b4af73d4450ad986a9273a99b0db3243c2ebda
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Jun 17 09:37:10 2018 +0200

    adjust dependencies (highest versions for test, else lowest)
---
 pom.xml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 89696b5..35a78d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.api</artifactId>
-      <version>2.16.4</version>
+      <version>2.7.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -159,20 +159,20 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.commons.classloader</artifactId>
-      <version>1.4.2</version>
+      <version>1.0.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.engine</artifactId>
-      <version>2.6.12</version>
-      <scope>test</scope>
+      <artifactId>org.apache.sling.commons.osgi</artifactId>
+      <version>2.4.0</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.i18n</artifactId>
-      <version>2.5.12</version>
-      <scope>provided</scope>
+      <artifactId>org.apache.sling.engine</artifactId>
+      <version>2.6.12</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
@@ -189,20 +189,20 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.scripting.api</artifactId>
-      <version>2.2.0</version>
+      <version>2.1.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.scripting.core</artifactId>
-      <version>2.0.54</version>
+      <version>2.0.30</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.paxexam</artifactId>
       <version>2.0.0</version>
-      <scope>provided</scope>
+      <scope>test</scope>
     </dependency>
     <!-- FreeMarker -->
     <dependency>

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.