blob: bee74251b1ad1bcfe465e968d6ff730b3e0a2d16 [file] [log] [blame]
Patrick Brady57b5eef2017-02-10 15:00:49 -08001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ============LICENSE_START=======================================================
Patrick Brady10bba352017-07-19 12:09:28 -07004 ONAP : APPC
Patrick Brady57b5eef2017-02-10 15:00:49 -08005 ================================================================================
Patrick Brady7a261fb2017-06-06 22:35:43 -07006 Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
Patrick Brady57b5eef2017-02-10 15:00:49 -08007 ================================================================================
Patrick Brady10bba352017-07-19 12:09:28 -07008 Copyright (C) 2017 Amdocs
9 =============================================================================
Patrick Brady57b5eef2017-02-10 15:00:49 -080010 Licensed under the Apache License, Version 2.0 (the "License");
11 you may not use this file except in compliance with the License.
12 You may obtain a copy of the License at
13
14 http://www.apache.org/licenses/LICENSE-2.0
15
16 Unless required by applicable law or agreed to in writing, software
17 distributed under the License is distributed on an "AS IS" BASIS,
18 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 See the License for the specific language governing permissions and
20 limitations under the License.
Patrick Brady10bba352017-07-19 12:09:28 -070021
Patrick Brady7a261fb2017-06-06 22:35:43 -070022 ECOMP is a trademark and service mark of AT&T Intellectual Property.
Patrick Brady10bba352017-07-19 12:09:28 -070023 ============LICENSE_END=========================================================
Patrick Brady57b5eef2017-02-10 15:00:49 -080024 -->
25
26
27<features name="appc-request-handler-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
Anand36bcd562018-01-04 19:35:51 -050028 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
29 xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
30
Patrick Brady57b5eef2017-02-10 15:00:49 -080031 <feature name='appc-request-handler' description="appc-request-handler" version='${project.version}'>
Anand36bcd562018-01-04 19:35:51 -050032 <bundle start-level="80">mvn:org.onap.appc/transaction-recorder/${project.version}</bundle>
Patrick Brady07567592017-12-13 11:09:30 -080033 <bundle dependency="true">mvn:org.onap.appc/appc-data-access-lib/${project.version}</bundle>
Anand36bcd562018-01-04 19:35:51 -050034 <bundle dependency="true">mvn:org.onap.appc/appc-common/${project.version}</bundle>
Patrick Brady07567592017-12-13 11:09:30 -080035 <bundle dependency="true">mvn:org.onap.appc/domain-model-lib/${project.version}</bundle>
Anand36bcd562018-01-04 19:35:51 -050036 <bundle dependency="true">mvn:org.onap.appc/appc-message-adapter-api/${project.version}</bundle>
37 <bundle start-level="75" start="true">mvn:org.onap.appc/appc-command-executor-api/${project.version}
38 </bundle>
39 <bundle start-level="80" start="true">mvn:org.onap.appc/appc-request-handler-api/${project.version}
40 </bundle>
41 <bundle start-level="85" start="true">mvn:org.onap.appc/appc-request-handler-core/${project.version}
42 </bundle>
Patrick Brady57b5eef2017-02-10 15:00:49 -080043 </feature>
44
45</features>