diff options
Diffstat (limited to 'appc-dispatcher/appc-command-executor/appc-command-executor-features/src')
-rw-r--r-- | appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml index 0a5f0678c..fefff52ec 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml @@ -25,14 +25,13 @@ <features name="appc-command-executor-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> + <feature name='appc-command-executor' description="application executor" version='${project.version}'> - <bundle>mvn:org.openecomp.appc/execution-queue-management-lib/${project.version}</bundle> + <bundle>mvn:org.openecomp.appc/execution-queue-management-lib/${project.version}</bundle> <bundle>mvn:org.openecomp.appc/appc-command-executor-api/${project.version}</bundle> <bundle>mvn:org.openecomp.appc/appc-command-executor-core/${project.version}</bundle> - <!--<bundle>mvn:org.apache.commons/commons-lang3/3.4</bundle>--> </feature> </features> |