herbert | c7636d2 | 2020-04-06 15:51:35 +0200 | [diff] [blame] | 1 | <?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ürre | 25423c5 | 2022-07-20 09:32:50 +0200 | [diff] [blame] | 25 | |
herbert | c7636d2 | 2020-04-06 15:51:35 +0200 | [diff] [blame] | 26 | <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ürre | 25423c5 | 2022-07-20 09:32:50 +0200 | [diff] [blame] | 32 | <version>2.4.1-SNAPSHOT</version> |
herbert | c7636d2 | 2020-04-06 15:51:35 +0200 | [diff] [blame] | 33 | <relativePath/> |
| 34 | </parent> |
| 35 | |
| 36 | <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> |
| 37 | <artifactId>sdnr-wt-feature-aggregator-devicemanager-base</artifactId> |
Dan Timoney | d9e1435 | 2022-04-01 09:09:45 -0400 | [diff] [blame] | 38 | <version>1.4.0-SNAPSHOT</version> |
herbert | c7636d2 | 2020-04-06 15:51:35 +0200 | [diff] [blame] | 39 | <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Ürre | 6ae7e8a | 2021-04-09 08:01:19 +0200 | [diff] [blame] | 53 | <artifactId>sdnr-wt-websocketmanager-feature</artifactId> |
herbert | c7636d2 | 2020-04-06 15:51:35 +0200 | [diff] [blame] | 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> |
Singal, Kapil (ks220y) | a285920 | 2021-06-22 17:46:23 -0400 | [diff] [blame] | 74 | <artifactId>sdnr-wt-devicemanager-core-feature</artifactId> |
herbert | c7636d2 | 2020-04-06 15:51:35 +0200 | [diff] [blame] | 75 | <version>${project.version}</version> |
| 76 | <type>xml</type> |
| 77 | <classifier>features</classifier> |
| 78 | </dependency> |
Michael Dürre | 5bcfa0b | 2022-07-28 07:23:47 +0200 | [diff] [blame^] | 79 | <dependency> |
herbert | c7636d2 | 2020-04-06 15:51:35 +0200 | [diff] [blame] | 80 | <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ürre | 5bcfa0b | 2022-07-28 07:23:47 +0200 | [diff] [blame^] | 85 | </dependency> |
herbert | c7636d2 | 2020-04-06 15:51:35 +0200 | [diff] [blame] | 86 | <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> |
herbert | c7636d2 | 2020-04-06 15:51:35 +0200 | [diff] [blame] | 93 | </dependencies> |
| 94 | </project> |