herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 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 | --> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +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"> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 28 | <parent> |
| 29 | <groupId>org.onap.ccsdk.parent</groupId> |
| 30 | <artifactId>single-feature-parent</artifactId> |
Dan Timoney | eafb263 | 2022-03-28 11:00:10 -0400 | [diff] [blame] | 31 | <version>2.3.3</version> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 32 | <relativePath/> |
| 33 | </parent> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 34 | |
| 35 | <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> |
| 36 | <artifactId>sdnr-wt-odlux-apps-feature</artifactId> |
Dan Timoney | 60c76dd | 2022-03-28 14:11:42 -0400 | [diff] [blame^] | 37 | <version>1.3.1-SNAPSHOT</version> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 38 | <packaging>feature</packaging> |
| 39 | |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 40 | <name>ccsdk-features :: ${project.artifactId}</name> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 41 | <licenses> |
| 42 | <license> |
| 43 | <name>Apache License, Version 2.0</name> |
| 44 | <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| 45 | </license> |
| 46 | </licenses> |
| 47 | |
Aijana Schumann | 4bd84be | 2020-08-27 09:01:53 +0200 | [diff] [blame] | 48 | <properties> |
| 49 | <maven.javadoc.skip>true</maven.javadoc.skip> |
Aijana Schumann | 4bd84be | 2020-08-27 09:01:53 +0200 | [diff] [blame] | 50 | </properties> |
| 51 | |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 52 | <dependencies> |
| 53 | <dependency> |
| 54 | <groupId>${project.groupId}</groupId> |
| 55 | <artifactId>sdnr-wt-odlux-app-connectApp</artifactId> |
| 56 | <version>${project.version}</version> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>${project.groupId}</groupId> |
| 60 | <artifactId>sdnr-wt-odlux-app-faultApp</artifactId> |
| 61 | <version>${project.version}</version> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>${project.groupId}</groupId> |
| 65 | <artifactId>sdnr-wt-odlux-app-helpApp</artifactId> |
| 66 | <version>${project.version}</version> |
| 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>${project.groupId}</groupId> |
| 70 | <artifactId>sdnr-wt-odlux-app-inventoryApp</artifactId> |
| 71 | <version>${project.version}</version> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>${project.groupId}</groupId> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 75 | <artifactId>sdnr-wt-odlux-app-maintenanceApp</artifactId> |
| 76 | <version>${project.version}</version> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>${project.groupId}</groupId> |
| 80 | <artifactId>sdnr-wt-odlux-app-performanceHistoryApp</artifactId> |
| 81 | <version>${project.version}</version> |
| 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>${project.groupId}</groupId> |
| 85 | <artifactId>sdnr-wt-odlux-app-eventLogApp</artifactId> |
| 86 | <version>${project.version}</version> |
| 87 | </dependency> |
| 88 | <dependency> |
| 89 | <groupId>${project.groupId}</groupId> |
| 90 | <artifactId>sdnr-wt-odlux-app-configurationApp</artifactId> |
| 91 | <version>${project.version}</version> |
| 92 | </dependency> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 93 | </dependencies> |
| 94 | </project> |