mirror of https://github.com/apache/activemq.git
[no jira] add targetNamespace for karaf features
This commit is contained in:
parent
e4d38d615b
commit
fc4ebd2bc9
|
@ -18,7 +18,7 @@
|
|||
|
||||
-->
|
||||
|
||||
<features name="activemq-core-${project.version}">
|
||||
<features name="activemq-core-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.3.0">
|
||||
|
||||
<!-- 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">
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
-->
|
||||
|
||||
<features name="activemq-${project.version}">
|
||||
<features name="activemq-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.3.0">
|
||||
|
||||
<repository>mvn:org.apache.activemq/activemq-karaf/${project.version}/xml/features-core</repository>
|
||||
|
||||
|
|
Loading…
Reference in New Issue