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-featureflags.git
commit bf713269fc63ab4dd0c9bbbb2300a1bc8f62f686 Author: Carsten Ziegeler <[email protected]> AuthorDate: Mon Mar 31 12:01:49 2014 +0000 Add svn info, remove unused dep git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1583307 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 6ea7c84..c9fdc64 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,12 @@ <sling.java.version>6</sling.java.version> </properties> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/feature-flags</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/feature-flags</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/feature-flags</url> + </scm> + <build> <plugins> <plugin> @@ -53,12 +59,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.auth.core</artifactId> - <version>1.1.0</version> - <scope>provided</scope> - </dependency> - <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
