Revert "[no jira] add targetNamespace for karaf features"

This reverts commit 2745b914f0.

(cherry picked from commit 46b1cba949)
This commit is contained in:
Christopher L. Shannon (cshannon) 2018-01-29 08:32:37 -05:00
parent b9288986fb
commit 80ef6d3129
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
-->
<features name="activemq-core-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.3.0">
<features name="activemq-core-${project.version}">
<!-- Bundles needed if only client will be deployed in the container -->
<feature name="activemq-client" description="ActiveMQ client libraries" version="${project.version}" resolver="(obr)" start-level="50">

View File

@ -18,7 +18,7 @@
-->
<features name="activemq-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.3.0">
<features name="activemq-${project.version}">
<repository>mvn:org.apache.activemq/activemq-karaf/${project.version}/xml/features-core</repository>