blob: cfa6e78a6cc925a64ac48bde36bdc73349a08e40 [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 -->
Dan Timoneybccf4502024-08-08 15:57:35 -040025
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>
Dan Timoney308bbcd2024-09-23 11:30:35 -040032 <version>2.8.0</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 Timoney10bcf612024-09-23 15:48:50 -040038 <version>1.8.1-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>
Michael DÜrre6ae7e8a2021-04-09 08:01:19 +020046 <artifactId>sdnr-wt-websocketmanager-feature</artifactId>
herbertc7636d22020-04-06 15:51:35 +020047 <version>${project.version}</version>
48 <type>xml</type>
49 <classifier>features</classifier>
50 </dependency>
51 <dependency>
52 <groupId>${project.groupId}</groupId>
53 <artifactId>sdnr-wt-data-provider-feature</artifactId>
54 <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-netconfnode-state-service-feature</artifactId>
61 <version>${project.version}</version>
62 <type>xml</type>
63 <classifier>features</classifier>
64 </dependency>
65 <dependency>
66 <groupId>${project.groupId}</groupId>
Singal, Kapil (ks220y)a2859202021-06-22 17:46:23 -040067 <artifactId>sdnr-wt-devicemanager-core-feature</artifactId>
herbertc7636d22020-04-06 15:51:35 +020068 <version>${project.version}</version>
69 <type>xml</type>
70 <classifier>features</classifier>
71 </dependency>
Michael Dürre5bcfa0b2022-07-28 07:23:47 +020072 <dependency>
herbertc7636d22020-04-06 15:51:35 +020073 <groupId>${project.groupId}</groupId>
74 <artifactId>sdnr-wt-mountpoint-registrar-feature</artifactId>
75 <version>${project.version}</version>
76 <type>xml</type>
77 <classifier>features</classifier>
Michael Dürre5bcfa0b2022-07-28 07:23:47 +020078 </dependency>
herbertc7636d22020-04-06 15:51:35 +020079 <dependency>
80 <groupId>${project.groupId}</groupId>
81 <artifactId>sdnr-wt-mountpoint-state-provider-feature</artifactId>
82 <version>${project.version}</version>
83 <type>xml</type>
84 <classifier>features</classifier>
85 </dependency>
herbertc7636d22020-04-06 15:51:35 +020086 </dependencies>
87</project>