Merge "Application name changes in meta json"
[ccsdk/features.git] / sdnr / wt / odlux / apps / app-feature / pom.xml
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
17     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
18     <artifactId>sdnr-wt-odlux-apps-feature</artifactId>
19     <version>0.5.2-SNAPSHOT</version>
20     <packaging>feature</packaging>
21     <name>ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature</name>
22
23     <parent>
24         <groupId>org.onap.ccsdk.parent</groupId>
25         <artifactId>single-feature-parent</artifactId>
26         <version>1.3.3-SNAPSHOT</version>
27         <relativePath/>
28     </parent>
29     <licenses>
30         <license>
31             <name>Apache License, Version 2.0</name>
32             <url>http://www.apache.org/licenses/LICENSE-2.0</url>
33         </license>
34     </licenses>
35
36     <dependencies>
37         <dependency>
38             <groupId>${project.groupId}</groupId>
39             <artifactId>sdnr-wt-odlux-app-connectApp</artifactId>
40             <version>${project.version}</version>
41         </dependency>
42         <dependency>
43             <groupId>${project.groupId}</groupId>
44             <artifactId>sdnr-wt-odlux-app-faultApp</artifactId>
45             <version>${project.version}</version>
46         </dependency>
47         <dependency>
48             <groupId>${project.groupId}</groupId>
49             <artifactId>sdnr-wt-odlux-app-helpApp</artifactId>
50             <version>${project.version}</version>
51         </dependency>
52         <dependency>
53             <groupId>${project.groupId}</groupId>
54             <artifactId>sdnr-wt-odlux-app-inventoryApp</artifactId>
55             <version>${project.version}</version>
56         </dependency>
57         <dependency>
58             <groupId>${project.groupId}</groupId>
59             <artifactId>sdnr-wt-odlux-app-mediatorApp</artifactId>
60             <version>${project.version}</version>
61         </dependency>
62         <dependency>
63             <groupId>${project.groupId}</groupId>
64             <artifactId>sdnr-wt-odlux-app-maintenanceApp</artifactId>
65             <version>${project.version}</version>
66         </dependency>
67         <dependency>
68             <groupId>${project.groupId}</groupId>
69             <artifactId>sdnr-wt-odlux-app-performanceHistoryApp</artifactId>
70             <version>${project.version}</version>
71         </dependency>
72         <dependency>
73             <groupId>${project.groupId}</groupId>
74             <artifactId>sdnr-wt-odlux-app-configurationApp</artifactId>
75             <version>${project.version}</version>
76         </dependency>
77     </dependencies>
78 </project>