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 2017/08/23 12:37:21 UTC

svn commit: r1805894 - /sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml

Author: olli
Date: Wed Aug 23 12:37:21 2017
New Revision: 1805894

URL: http://svn.apache.org/viewvc?rev=1805894&view=rev
Log:
SLING-3027 Improve Launchpad Karaf Features

use latest releases

Modified:
    sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml

Modified: sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml
URL: http://svn.apache.org/viewvc/sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml?rev=1805894&r1=1805893&r2=1805894&view=diff
==============================================================================
--- sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml (original)
+++ sling/trunk/karaf/org.apache.sling.karaf-features/src/main/feature/feature.xml Wed Aug 23 12:37:21 2017
@@ -24,11 +24,11 @@
     <bundle>mvn:org.apache.sling/org.apache.sling.api/2.16.2</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.auth.core/1.4.0</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.engine/2.6.8</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.resourceresolver/1.5.26</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.serviceusermapper/1.3.2</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.resourceresolver/1.5.30</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.serviceusermapper/1.3.4</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.settings/1.3.8</bundle>
     <!-- Apache Sling Commons -->
-    <bundle>mvn:org.apache.sling/org.apache.sling.commons.johnzon/1.0.0</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.commons.johnzon/1.1.0</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.commons.mime/2.1.10</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.commons.osgi/2.4.0</bundle>
     <!-- dependencies -->
@@ -101,15 +101,15 @@
     <feature>scr</feature>
     <feature version="${project.version}">sling-commons-messaging</feature>
     <feature version="${project.version}">sling-commons-threads</feature>
-    <bundle dependency="true">mvn:com.sun.mail/javax.mail/1.5.6</bundle>
-    <bundle dependency="true">mvn:javax.mail/javax.mail-api/1.5.6</bundle>
-    <bundle dependency="true">mvn:org.apache.commons/commons-email/1.4</bundle>
+    <bundle dependency="true">mvn:com.sun.mail/javax.mail/1.6.0</bundle>
+    <bundle dependency="true">mvn:javax.mail/javax.mail-api/1.6.0</bundle>
+    <bundle dependency="true">mvn:org.apache.commons/commons-email/1.5</bundle>
   </feature>
   <feature name="sling-commons-metrics" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.commons.metrics/1.2.2</bundle>
     <!-- dependencies -->
     <feature>scr</feature>
-    <bundle dependency="true">mvn:io.dropwizard.metrics/metrics-core/3.2.3</bundle>
+    <bundle dependency="true">mvn:io.dropwizard.metrics/metrics-core/3.2.4</bundle>
   </feature>
   <feature name="sling-commons-scheduler" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.commons.scheduler/2.6.2</bundle>
@@ -177,7 +177,7 @@
   </feature>
   <feature name="sling-extension-event" version="${project.version}">
     <configfile finalname="/etc/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-event.config">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-event</configfile>
-    <bundle>mvn:org.apache.sling/org.apache.sling.event/4.2.4</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.event/4.2.6</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.event.dea/1.1.2</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
@@ -237,9 +237,9 @@
     <bundle>mvn:org.apache.sling/org.apache.sling.models.jacksonexporter/1.0.6</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling-extension-models</feature>
-    <bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-annotations/2.8.9</bundle>
-    <bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-core/2.8.9</bundle>
-    <bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-databind/2.8.9</bundle>
+    <bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-annotations/2.9.0</bundle>
+    <bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-core/2.9.0</bundle>
+    <bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-databind/2.9.0</bundle>
   </feature>
   <feature name="sling-extension-pipes" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.pipes/0.0.10</bundle>
@@ -274,13 +274,13 @@
     <feature version="${project.version}">sling</feature>
   </feature>
   <feature name="sling-extension-rewriter" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.rewriter/1.2.0</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.rewriter/1.2.2</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
     <feature version="${project.version}">sling-commons-html</feature>
   </feature>
   <feature name="sling-extension-security" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.security/1.1.4</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.security/1.1.6</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
   </feature>
@@ -340,13 +340,13 @@
     <configfile finalname="/etc/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-sling.config">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-sling</configfile>
     <configfile finalname="/etc/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-jcr_resource.config">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-jcr_resource</configfile>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.api/2.4.0</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.base/3.0.2</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.base/3.0.4</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.classloader/3.2.2</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.contentloader/2.2.4</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.davex/1.3.8</bundle>
     <!-- (not using org.apache.sling.jcr.jcr-wrapper) -->
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.registration/1.0.2</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.resource/3.0.2</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.resource/3.0.4</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.webconsole/1.0.2</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.webdav/2.3.8</bundle>
     <!-- dependencies -->
@@ -377,7 +377,7 @@
     <feature version="${project.version}">sling-jcr</feature>
     <feature version="${project.version}">sling-jcr-jackrabbit-security</feature>
     <bundle dependency="true">mvn:org.apache.sling/org.apache.sling.repoinit.parser/1.1.0</bundle>
-    <bundle dependency="true">mvn:org.apache.sling/org.apache.sling.provisioning.model/1.8.2</bundle>
+    <bundle dependency="true">mvn:org.apache.sling/org.apache.sling.provisioning.model/1.8.4</bundle>
     <feature version="${project.version}">pax-url-classpath-sling</feature>
   </feature>
   <!-- Apache Sling Launchpad -->
@@ -440,7 +440,7 @@
     <configfile finalname="/etc/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService</configfile>
     <feature version="${project.version}">sling-launchpad-oak</feature>
     <bundle>mvn:org.apache.jackrabbit/oak-lucene/${org.apache.jackrabbit.oak.version}</bundle>
-    <bundle>mvn:org.mongodb/mongo-java-driver/3.4.2</bundle>
+    <bundle>mvn:org.mongodb/mongo-java-driver/3.5.0</bundle>
     <bundle>mvn:com.h2database/h2-mvstore/1.4.196</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.1.4</bundle>
   </feature>
@@ -461,7 +461,7 @@
     <bundle>mvn:org.apache.sling/org.apache.sling.nosql.mongodb-resourceprovider/1.1.0</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling-nosql-generic</feature>
-    <bundle dependency="true">mvn:org.mongodb/mongo-java-driver/3.4.2</bundle>
+    <bundle dependency="true">mvn:org.mongodb/mongo-java-driver/3.5.0</bundle>
   </feature>
   <!-- Apache Sling Scripting -->
   <feature name="sling-scripting" version="${project.version}">
@@ -511,8 +511,8 @@
   </feature>
   <feature name="sling-scripting-sightly" version="${project.version}">
     <configfile finalname="/etc/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_sightly.config">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting_sightly</configfile>
-    <bundle>mvn:org.apache.sling/org.apache.sling.scripting.sightly/1.0.34</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.scripting.sightly.compiler/1.0.9-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.scripting.sightly/1.0.36</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.scripting.sightly.compiler/1.0.10</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.scripting.sightly.compiler.java/1.0.10</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.scripting.sightly.js.provider/1.0.22</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.scripting.sightly.models.provider/1.0.7-SNAPSHOT</bundle>
@@ -543,7 +543,7 @@
   <feature name="sling-servlets" version="${project.version}">
     <configfile finalname="/etc/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-servlets.config">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-servlets</configfile>
     <bundle>mvn:org.apache.sling/org.apache.sling.servlets.get/2.1.26</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.servlets.post/2.3.20</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.servlets.post/2.3.22</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.servlets.resolver/2.4.12</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
@@ -610,11 +610,11 @@
   <!-- Composum -->
   <feature name="composum-sling" version="${project.version}">
     <configfile finalname="/etc/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-composum.config">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-composum</configfile>
-    <bundle>mvn:com.composum.sling.core/composum-sling-core-commons/1.8.0</bundle>
-    <bundle>mvn:com.composum.sling.core/composum-sling-core-console/1.8.0</bundle>
-    <bundle>mvn:com.composum.sling.core/composum-sling-core-jslibs/1.8.0</bundle>
-    <bundle>mvn:com.composum.sling.core/composum-sling-user-management/1.8.0</bundle>
-    <bundle>mvn:com.composum.sling.core/composum-sling-package-manager/1.8.0</bundle>
+    <bundle>mvn:com.composum.sling.core/composum-sling-core-commons/1.8.2</bundle>
+    <bundle>mvn:com.composum.sling.core/composum-sling-core-console/1.8.2</bundle>
+    <bundle>mvn:com.composum.sling.core/composum-sling-core-jslibs/1.8.2</bundle>
+    <bundle>mvn:com.composum.sling.core/composum-sling-user-management/1.8.2</bundle>
+    <bundle>mvn:com.composum.sling.core/composum-sling-package-manager/1.8.2</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
     <feature version="${project.version}">sling-jcr</feature>