blob: d61cb28d69ecd2a07d1dc0e0f4c924e05f0c30c8 [file] [log] [blame]
herbertc7636d22020-04-06 15:51:35 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ ============LICENSE_START=======================================================
4 ~ ONAP : ccsdk features
5 ~ ================================================================================
6 ~ Copyright (C) 2018 highstreet technologies GmbH Intellectual Property.
7 ~ All rights reserved.
8 ~ ================================================================================
9 ~ Update Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
10 ~ ================================================================================
11 ~ Licensed under the Apache License, Version 2.0 (the "License");
12 ~ you may not use this file except in compliance with the License.
13 ~ You may obtain a copy of the License at
14 ~
15 ~ http://www.apache.org/licenses/LICENSE-2.0
16 ~
17 ~ Unless required by applicable law or agreed to in writing, software
18 ~ distributed under the License is distributed on an "AS IS" BASIS,
19 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 ~ See the License for the specific language governing permissions and
21 ~ limitations under the License.
22 ~ ============LICENSE_END=======================================================
23 ~
24 -->
Michael Dürre25423c52022-07-20 09:32:50 +020025
herbertc7636d22020-04-06 15:51:35 +020026<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
27 <modelVersion>4.0.0</modelVersion>
28
29 <parent>
30 <groupId>org.onap.ccsdk.parent</groupId>
31 <artifactId>single-feature-parent</artifactId>
Michael Dürre25423c52022-07-20 09:32:50 +020032 <version>2.4.1-SNAPSHOT</version>
herbertc7636d22020-04-06 15:51:35 +020033 <relativePath/>
34 </parent>
35
36 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
37 <artifactId>sdnr-wt-feature-aggregator-devicemanager-base</artifactId>
Dan Timoneyd9e14352022-04-01 09:09:45 -040038 <version>1.4.0-SNAPSHOT</version>
herbertc7636d22020-04-06 15:51:35 +020039 <packaging>feature</packaging>
40
41 <name>ccsdk-features :: ${project.artifactId}</name>
42
43 <dependencies>
44 <dependency>
45 <groupId>${project.groupId}</groupId>
46 <artifactId>sdnr-wt-apigateway-feature</artifactId>
47 <version>${project.version}</version>
48 <type>xml</type>
49 <classifier>features</classifier>
50 </dependency>
51 <dependency>
52 <groupId>${project.groupId}</groupId>
Michael DÜrre6ae7e8a2021-04-09 08:01:19 +020053 <artifactId>sdnr-wt-websocketmanager-feature</artifactId>
herbertc7636d22020-04-06 15:51:35 +020054 <version>${project.version}</version>
55 <type>xml</type>
56 <classifier>features</classifier>
57 </dependency>
58 <dependency>
59 <groupId>${project.groupId}</groupId>
60 <artifactId>sdnr-wt-data-provider-feature</artifactId>
61 <version>${project.version}</version>
62 <type>xml</type>
63 <classifier>features</classifier>
64 </dependency>
65 <dependency>
66 <groupId>${project.groupId}</groupId>
67 <artifactId>sdnr-wt-netconfnode-state-service-feature</artifactId>
68 <version>${project.version}</version>
69 <type>xml</type>
70 <classifier>features</classifier>
71 </dependency>
72 <dependency>
73 <groupId>${project.groupId}</groupId>
Singal, Kapil (ks220y)a2859202021-06-22 17:46:23 -040074 <artifactId>sdnr-wt-devicemanager-core-feature</artifactId>
herbertc7636d22020-04-06 15:51:35 +020075 <version>${project.version}</version>
76 <type>xml</type>
77 <classifier>features</classifier>
78 </dependency>
Michael Dürre25423c52022-07-20 09:32:50 +020079 <!-- <dependency>
herbertc7636d22020-04-06 15:51:35 +020080 <groupId>${project.groupId}</groupId>
81 <artifactId>sdnr-wt-mountpoint-registrar-feature</artifactId>
82 <version>${project.version}</version>
83 <type>xml</type>
84 <classifier>features</classifier>
Michael Dürre25423c52022-07-20 09:32:50 +020085 </dependency> -->
herbertc7636d22020-04-06 15:51:35 +020086 <dependency>
87 <groupId>${project.groupId}</groupId>
88 <artifactId>sdnr-wt-mountpoint-state-provider-feature</artifactId>
89 <version>${project.version}</version>
90 <type>xml</type>
91 <classifier>features</classifier>
92 </dependency>
herbertc7636d22020-04-06 15:51:35 +020093 </dependencies>
94</project>