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 4473860926cbc24bf606a034fe5f6b60b4019043 Author: Oliver Lietz <[email protected]> AuthorDate: Sat Jan 14 09:00:50 2017 +0000 SLING-6105 Register old resource event bridge automatically remove configuration git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1778740 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index 3d79231..ac09ee7 100644 --- a/pom.xml +++ b/pom.xml @@ -209,14 +209,6 @@ <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.karaf-configs</artifactId> <version>${project.version}</version> - <classifier>org.apache.sling.resourceresolver.impl.observation.OsgiObservationBridge</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.samples.fling.internal.WiserSmtpService</classifier> <type>config</type> <scope>runtime</scope> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
