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-karaf-distribution.git
commit 7e2320f2ba0587f2662c6a5115d468ab0b01f9ac Author: Oliver Lietz <[email protected]> AuthorDate: Sat Jan 28 09:06:53 2017 +0000 remove sample configs git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1780642 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/pom.xml b/pom.xml index 35d9fa5..97630e6 100644 --- a/pom.xml +++ b/pom.xml @@ -161,14 +161,6 @@ <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.karaf-configs</artifactId> <version>${project.version}</version> - <classifier>org.apache.sling.commons.messaging.mail.internal.SimpleMailBuilder</classifier> - <type>config</type> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.karaf-configs</artifactId> - <version>${project.version}</version> <classifier>org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-sling</classifier> <type>config</type> <scope>runtime</scope> @@ -209,14 +201,6 @@ <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.karaf-configs</artifactId> <version>${project.version}</version> - <classifier>org.apache.sling.samples.fling.internal.WiserSmtpService</classifier> - <type>config</type> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.karaf-configs</artifactId> - <version>${project.version}</version> <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-event</classifier> <type>config</type> <scope>runtime</scope> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
