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-resourceaccesssecurity-it.git
commit 82f449abdff5c9947442551b92efa2363a4d715e Author: Karl Pauls <[email protected]> AuthorDate: Tue Mar 28 13:13:06 2017 +0000 Remove a dependency on commons.json that is not needed anymore. git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1789128 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 01b8192..86fb076 100644 --- a/pom.xml +++ b/pom.xml @@ -298,11 +298,6 @@ <!-- actual dependencies --> <dependency> <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.commons.json</artifactId> - <version>2.0.8</version> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.launchpad</artifactId> <classifier>standalone</classifier> <version>7</version> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
