herbert | 3efa75b | 2020-02-01 18:19:38 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 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 | --> |
herbert | 3efa75b | 2020-02-01 18:19:38 +0100 | [diff] [blame] | 25 | <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) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 26 | <modelVersion>4.0.0</modelVersion> |
herbert | 3efa75b | 2020-02-01 18:19:38 +0100 | [diff] [blame] | 27 | |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 28 | <parent> |
| 29 | <groupId>org.onap.ccsdk.parent</groupId> |
| 30 | <artifactId>single-feature-parent</artifactId> |
Dan Timoney | cea375b | 2021-09-14 13:09:03 -0400 | [diff] [blame^] | 31 | <version>2.2.1</version> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 32 | <relativePath/> |
| 33 | </parent> |
herbert | 3efa75b | 2020-02-01 18:19:38 +0100 | [diff] [blame] | 34 | |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 35 | <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> |
| 36 | <artifactId>sdnr-wt-feature-aggregator-devicemanager</artifactId> |
Dan Timoney | 651525b | 2021-09-09 07:36:17 -0400 | [diff] [blame] | 37 | <version>1.2.2-SNAPSHOT</version> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 38 | <packaging>feature</packaging> |
herbert | 3efa75b | 2020-02-01 18:19:38 +0100 | [diff] [blame] | 39 | |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 40 | <name>ccsdk-features :: ${project.artifactId}</name> |
herbert | 3efa75b | 2020-02-01 18:19:38 +0100 | [diff] [blame] | 41 | |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 42 | <dependencies> |
Ravi Pendurty | 33ac3a6 | 2021-08-09 09:37:44 +0530 | [diff] [blame] | 43 | <!-- ONAP Devicemanagers go here --> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 44 | <dependency> |
| 45 | <groupId>${project.groupId}</groupId> |
Ravi Pendurty | 33ac3a6 | 2021-08-09 09:37:44 +0530 | [diff] [blame] | 46 | <artifactId>sdnr-wt-devicemanager-onap-onf12-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-devicemanager-onap-adapter-manager-feature</artifactId> |
Ravi Pendurty | 020c205 | 2020-10-16 09:31:37 +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> |
Singal, Kapil (ks220y) | a2054ec | 2021-06-21 15:58:51 -0400 | [diff] [blame] | 60 | <artifactId>sdnr-wt-devicemanager-onap-openroadm-feature</artifactId> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 61 | <version>${project.version}</version> |
| 62 | <type>xml</type> |
| 63 | <classifier>features</classifier> |
| 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>${project.groupId}</groupId> |
Ravi Pendurty | 33ac3a6 | 2021-08-09 09:37:44 +0530 | [diff] [blame] | 67 | <artifactId>sdnr-wt-devicemanager-onap-openroadm71-feature</artifactId> |
shabs2020 | 40121bf | 2020-07-30 12:09:39 +0200 | [diff] [blame] | 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) | a2054ec | 2021-06-21 15:58:51 -0400 | [diff] [blame] | 74 | <artifactId>sdnr-wt-devicemanager-onap-onf14-feature</artifactId> |
alexs | 926eb80 | 2020-08-21 15:01:24 +0300 | [diff] [blame] | 75 | <version>${project.version}</version> |
| 76 | <type>xml</type> |
| 77 | <classifier>features</classifier> |
| 78 | </dependency> |
Ravi Pendurty | 33ac3a6 | 2021-08-09 09:37:44 +0530 | [diff] [blame] | 79 | <!-- O-RAN-SC Devicemanagers go here--> |
alexs | 926eb80 | 2020-08-21 15:01:24 +0300 | [diff] [blame] | 80 | <dependency> |
| 81 | <groupId>${project.groupId}</groupId> |
Ravi Pendurty | 33ac3a6 | 2021-08-09 09:37:44 +0530 | [diff] [blame] | 82 | <artifactId>sdnr-wt-devicemanager-o-ran-sc-oran-feature</artifactId> |
alexs | 926eb80 | 2020-08-21 15:01:24 +0300 | [diff] [blame] | 83 | <version>${project.version}</version> |
| 84 | <type>xml</type> |
| 85 | <classifier>features</classifier> |
| 86 | </dependency> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 87 | </dependencies> |
herbert | 3efa75b | 2020-02-01 18:19:38 +0100 | [diff] [blame] | 88 | </project> |