blob: e3af748786f31bb5310afe6b66caf1e2758984bb [file] [log] [blame]
herbert3efa75b2020-02-01 18:19:38 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -05003 ~ ============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 -->
25
herbert3efa75b2020-02-01 18:19:38 +010026<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">
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050027 <modelVersion>4.0.0</modelVersion>
herbert3efa75b2020-02-01 18:19:38 +010028
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050029 <parent>
30 <groupId>org.onap.ccsdk.parent</groupId>
31 <artifactId>single-feature-parent</artifactId>
Dan Timoney4e69f332021-01-29 12:46:06 -050032 <version>2.1.0</version>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050033 <relativePath/>
34 </parent>
herbert3efa75b2020-02-01 18:19:38 +010035
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050036 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
37 <artifactId>sdnr-wt-feature-aggregator-devicemanager</artifactId>
Dan Timoney1bd16a42020-11-25 16:13:30 -050038 <version>1.1.1-SNAPSHOT</version>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050039 <packaging>feature</packaging>
herbert3efa75b2020-02-01 18:19:38 +010040
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050041 <name>ccsdk-features :: ${project.artifactId}</name>
herbert3efa75b2020-02-01 18:19:38 +010042
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050043 <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>
53 <artifactId>sdnr-wt-websocketmanager2-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-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>
74 <artifactId>sdnr-wt-devicemanager-feature</artifactId>
75 <version>${project.version}</version>
76 <type>xml</type>
77 <classifier>features</classifier>
78 </dependency>
79 <dependency>
80 <groupId>${project.groupId}</groupId>
Ravi Pendurty020c2052020-10-16 09:31:37 +020081 <artifactId>sdnr-wt-devicemanager-oran-feature</artifactId>
82 <version>${project.version}</version>
83 <type>xml</type>
84 <classifier>features</classifier>
85 </dependency>
86 <dependency>
87 <groupId>${project.groupId}</groupId>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050088 <artifactId>sdnr-wt-devicemanager-onf-feature</artifactId>
89 <version>${project.version}</version>
90 <type>xml</type>
91 <classifier>features</classifier>
92 </dependency>
93 <dependency>
94 <groupId>${project.groupId}</groupId>
shabs202040121bf2020-07-30 12:09:39 +020095 <artifactId>sdnr-wt-devicemanager-openroadm-feature</artifactId>
96 <version>${project.version}</version>
97 <type>xml</type>
98 <classifier>features</classifier>
99 </dependency>
100 <dependency>
101 <groupId>${project.groupId}</groupId>
alexs926eb802020-08-21 15:01:24 +0300102 <artifactId>sdnr-wt-devicemanager-onf14-feature</artifactId>
103 <version>${project.version}</version>
104 <type>xml</type>
105 <classifier>features</classifier>
106 </dependency>
107 <dependency>
108 <groupId>${project.groupId}</groupId>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -0500109 <artifactId>sdnr-wt-mountpoint-registrar-feature</artifactId>
110 <version>${project.version}</version>
111 <type>xml</type>
112 <classifier>features</classifier>
113 </dependency>
114 <dependency>
115 <groupId>${project.groupId}</groupId>
116 <artifactId>sdnr-wt-mountpoint-state-provider-feature</artifactId>
117 <version>${project.version}</version>
118 <type>xml</type>
119 <classifier>features</classifier>
120 </dependency>
alexs926eb802020-08-21 15:01:24 +0300121 <dependency>
122 <groupId>${project.groupId}</groupId>
123 <artifactId>sdnr-wt-devicemanager-adapter-manager-feature</artifactId>
124 <version>${project.version}</version>
125 <type>xml</type>
126 <classifier>features</classifier>
127 </dependency>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -0500128 </dependencies>
herbert3efa75b2020-02-01 18:19:38 +0100129</project>