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 2017/10/18 23:24:02 UTC

[sling-org-apache-sling-distribution-kryo-serializer] 03/05: SLING-6895: Remove commons.json from Content Distribution Kryo Serializer.

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-kryo-serializer.git

commit 1c53b01338408582a22f8698fb0e40674d7e45e1
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Tue May 30 22:54:30 2017 +0000

    SLING-6895: Remove commons.json from Content Distribution Kryo Serializer.
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1796954 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index e6e1147..5bcd508 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.distribution.core</artifactId>
-            <version>0.2.0</version>
+            <version>0.2.7-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -200,12 +200,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.commons.json</artifactId>
-            <version>2.0.8</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.event.dea</artifactId>
             <version>1.0.0</version>
             <scope>provided</scope>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.