This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.pipes-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git
commit d161e01736a616a878378ba2862b3ce4ec6fd17d Author: Karl Pauls <[email protected]> AuthorDate: Thu Jun 1 22:08:39 2017 +0000 Remove testing dependency on commons.json git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/sling-pipes@1797285 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 8ca1764..2e07d1b 100644 --- a/pom.xml +++ b/pom.xml @@ -171,12 +171,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.commons.json</artifactId> - <version>2.0.6</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-json_1.0_spec</artifactId> <version>1.0-alpha-1</version> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
