You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Oliver Lietz (JIRA)" <ji...@apache.org> on 2018/12/02 12:27:00 UTC

[jira] [Created] (SLING-8149) Remove feature sling-discovery-impl

Oliver Lietz created SLING-8149:
-----------------------------------

             Summary: Remove feature sling-discovery-impl
                 Key: SLING-8149
                 URL: https://issues.apache.org/jira/browse/SLING-8149
             Project: Sling
          Issue Type: Task
          Components: Karaf
            Reporter: Oliver Lietz
            Assignee: Oliver Lietz
             Fix For: Karaf Features 0.2.0, Karaf Integration Tests 0.2.0, Karaf Distribution 0.2.0


Removing feature {{sling-discovery-impl}} because {{org.apache.sling.discovery.impl}} is not maintained and several issues are open.

{noformat}
  <feature name="sling-discovery-impl" version="${project.version}">
    <bundle>mvn:org.apache.sling/org.apache.sling.discovery.base/2.0.8</bundle>
    <bundle>mvn:org.apache.sling/org.apache.sling.discovery.commons/1.0.20</bundle>
    <bundle>mvn:org.apache.sling/org.apache.sling.discovery.impl/1.2.13-SNAPSHOT</bundle>
    <!-- dependencies -->
    <feature>webconsole</feature>
    <feature version="${project.version}">sling-discovery</feature>
    <bundle dependency="true">mvn:javax.jcr/jcr/2.0</bundle>
    <bundle dependency="true">mvn:org.apache.httpcomponents/httpcore-osgi/4.4.10</bundle>
    <bundle dependency="true">mvn:org.apache.httpcomponents/httpclient-osgi/4.5.6</bundle>
  </feature>
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)