Herbert Eiselt | 3d202a0 | 2019-02-11 14:54:12 +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 | |
| 15 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 16 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 17 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 18 | <modelVersion>4.0.0</modelVersion> |
| 19 | |
| 20 | <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> |
| 21 | <artifactId>sdnr-wt-odlux-apps-feature</artifactId> |
| 22 | <version>0.4.1-SNAPSHOT</version> |
| 23 | <packaging>feature</packaging> |
| 24 | <name>ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature</name> |
| 25 | |
| 26 | <parent> |
| 27 | <groupId>org.onap.ccsdk.parent</groupId> |
| 28 | <artifactId>single-feature-parent</artifactId> |
| 29 | <version>1.2.1-SNAPSHOT</version> |
| 30 | <relativePath /> |
| 31 | </parent> |
| 32 | <licenses> |
| 33 | <license> |
| 34 | <name>Apache License, Version 2.0</name> |
| 35 | <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| 36 | </license> |
| 37 | </licenses> |
| 38 | |
| 39 | <dependencies> |
| 40 | <dependency> |
| 41 | <groupId>${project.groupId}</groupId> |
| 42 | <artifactId>sdnr-wt-odlux-app-connectApp</artifactId> |
| 43 | <version>${project.version}</version> |
| 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>${project.groupId}</groupId> |
| 47 | <artifactId>sdnr-wt-odlux-app-faultApp</artifactId> |
| 48 | <version>${project.version}</version> |
| 49 | </dependency> |
| 50 | <dependency> |
| 51 | <groupId>${project.groupId}</groupId> |
| 52 | <artifactId>sdnr-wt-odlux-app-helpApp</artifactId> |
| 53 | <version>${project.version}</version> |
| 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>${project.groupId}</groupId> |
| 57 | <artifactId>sdnr-wt-odlux-app-inventoryApp</artifactId> |
| 58 | <version>${project.version}</version> |
| 59 | </dependency> |
| 60 | <dependency> |
| 61 | <groupId>${project.groupId}</groupId> |
| 62 | <artifactId>sdnr-wt-odlux-app-mediatorApp</artifactId> |
| 63 | <version>${project.version}</version> |
| 64 | </dependency> |
| 65 | </dependencies> |
| 66 | </project> |