herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- * ============LICENSE_START======================================================= |
| 3 | * ONAP : CCSDK.feature.sdnr.wt * ================================================================================ |
| 4 | * Copyright (C) 2018 highstreet technologies GmbH Intellectual Property. |
| 5 | * All rights reserved. * ================================================================================ |
| 6 | * Licensed under the Apache License, Version 2.0 (the "License"); * you may |
| 7 | not use this file except in compliance with the License. * You may obtain |
| 8 | a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * |
| 9 | * Unless required by applicable law or agreed to in writing, software * distributed |
| 10 | under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES |
| 11 | OR CONDITIONS OF ANY KIND, either express or implied. * See the License for |
| 12 | the specific language governing permissions and * limitations under the License. |
| 13 | * ============LICENSE_END========================================================= --> |
| 14 | <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"> |
| 15 | <modelVersion>4.0.0</modelVersion> |
| 16 | |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 17 | <parent> |
| 18 | <groupId>org.onap.ccsdk.parent</groupId> |
| 19 | <artifactId>single-feature-parent</artifactId> |
Dan Timoney | bc0f2d7 | 2020-01-23 14:42:42 -0500 | [diff] [blame] | 20 | <version>1.5.1</version> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 21 | <relativePath/> |
| 22 | </parent> |
Singal, Kapil (ks220y) | df19594 | 2019-12-12 15:24:53 -0500 | [diff] [blame] | 23 | |
| 24 | <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> |
| 25 | <artifactId>sdnr-wt-odlux-apps-feature</artifactId> |
| 26 | <version>0.7.0-SNAPSHOT</version> |
| 27 | <packaging>feature</packaging> |
| 28 | |
| 29 | <name>ccsdk-features :: ${project.artifactId}</name> |
herbert | e6d0d67 | 2019-12-14 01:05:47 +0100 | [diff] [blame] | 30 | <licenses> |
| 31 | <license> |
| 32 | <name>Apache License, Version 2.0</name> |
| 33 | <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| 34 | </license> |
| 35 | </licenses> |
| 36 | |
| 37 | <dependencies> |
| 38 | <dependency> |
| 39 | <groupId>${project.groupId}</groupId> |
| 40 | <artifactId>sdnr-wt-odlux-app-connectApp</artifactId> |
| 41 | <version>${project.version}</version> |
| 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>${project.groupId}</groupId> |
| 45 | <artifactId>sdnr-wt-odlux-app-faultApp</artifactId> |
| 46 | <version>${project.version}</version> |
| 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>${project.groupId}</groupId> |
| 50 | <artifactId>sdnr-wt-odlux-app-helpApp</artifactId> |
| 51 | <version>${project.version}</version> |
| 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>${project.groupId}</groupId> |
| 55 | <artifactId>sdnr-wt-odlux-app-inventoryApp</artifactId> |
| 56 | <version>${project.version}</version> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>${project.groupId}</groupId> |
| 60 | <artifactId>sdnr-wt-odlux-app-mediatorApp</artifactId> |
| 61 | <version>${project.version}</version> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>${project.groupId}</groupId> |
| 65 | <artifactId>sdnr-wt-odlux-app-maintenanceApp</artifactId> |
| 66 | <version>${project.version}</version> |
| 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>${project.groupId}</groupId> |
| 70 | <artifactId>sdnr-wt-odlux-app-performanceHistoryApp</artifactId> |
| 71 | <version>${project.version}</version> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>${project.groupId}</groupId> |
| 75 | <artifactId>sdnr-wt-odlux-app-eventLogApp</artifactId> |
| 76 | <version>${project.version}</version> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>${project.groupId}</groupId> |
| 80 | <artifactId>sdnr-wt-odlux-app-configurationApp</artifactId> |
| 81 | <version>${project.version}</version> |
| 82 | </dependency> |
| 83 | </dependencies> |
| 84 | </project> |