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-avro-serializer.git
commit 7bc73c7b5ca702da3620fcd3ff5692b1f70762a0 Author: Karl Pauls <[email protected]> AuthorDate: Tue May 30 22:53:33 2017 +0000 SLING-6894: Remove commons.json from Content Distribution Avro Serializer git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1796953 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 5ae5a3b..cf61b74 100644 --- a/pom.xml +++ b/pom.xml @@ -187,7 +187,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.distribution.core</artifactId> - <version>0.2.5-SNAPSHOT</version> + <version>0.2.7-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.sling</groupId> @@ -224,12 +224,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 "[email protected]" <[email protected]>.
