update odlux and featureaggregator
[ccsdk/features.git] / sdnr / wt / featureaggregator / feature / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  * ============LICENSE_START=======================================================
4  * ONAP : CCSDK.feature.sdnr.wt
5  * ================================================================================
6  * Copyright (C) 2018 highstreet technologies GmbH Intellectual Property.
7  * All rights reserved.
8  * ================================================================================
9  * Licensed under the Apache License, Version 2.0 (the "License");
10  * you may not use this file except in compliance with the License.
11  * You may obtain a copy of the License at
12  *
13  *      http://www.apache.org/licenses/LICENSE-2.0
14  *
15  * Unless required by applicable law or agreed to in writing, software
16  * distributed under the License is distributed on an "AS IS" BASIS,
17  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18  * See the License for the specific language governing permissions and
19  * limitations under the License.
20  * ============LICENSE_END=========================================================
21 -->
22 <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">
23   <modelVersion>4.0.0</modelVersion>
24
25   <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
26   <artifactId>sdnr-wt-feature-aggregator</artifactId>
27   <version>0.7.0-SNAPSHOT</version>
28   <packaging>feature</packaging>
29   <name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
30
31   <parent>
32     <groupId>org.onap.ccsdk.parent</groupId>
33     <artifactId>single-feature-parent</artifactId>
34     <version>1.5.1-SNAPSHOT</version>
35     <relativePath/>
36   </parent>
37
38   <dependencies>
39     <dependency>
40       <groupId>${project.groupId}</groupId>
41       <artifactId>sdnr-wt-apigateway-feature</artifactId>
42       <version>${project.version}</version>
43       <type>xml</type>
44       <classifier>features</classifier>
45     </dependency>
46     <dependency>
47       <groupId>${project.groupId}</groupId>
48       <artifactId>sdnr-wt-helpserver-feature</artifactId>
49       <version>${project.version}</version>
50       <type>xml</type>
51       <classifier>features</classifier>
52     </dependency>
53     <dependency>
54       <groupId>${project.groupId}</groupId>
55       <artifactId>sdnr-wt-websocketmanager2-feature</artifactId>
56       <version>${project.version}</version>
57       <type>xml</type>
58       <classifier>features</classifier>
59     </dependency>
60     <dependency>
61       <groupId>${project.groupId}</groupId>
62       <artifactId>sdnr-wt-data-provider-feature</artifactId>
63       <version>${project.version}</version>
64       <type>xml</type>
65       <classifier>features</classifier>
66     </dependency>
67     <dependency>
68       <groupId>${project.groupId}</groupId>
69       <artifactId>sdnr-wt-netconfnode-state-service-feature</artifactId>
70       <version>${project.version}</version>
71       <type>xml</type>
72       <classifier>features</classifier>
73     </dependency>
74     <dependency>
75       <groupId>${project.groupId}</groupId>
76       <artifactId>sdnr-wt-devicemanager-feature</artifactId>
77       <version>${project.version}</version>
78       <type>xml</type>
79       <classifier>features</classifier>
80     </dependency>
81     <dependency>
82       <groupId>${project.groupId}</groupId>
83       <artifactId>sdnr-wt-devicemanager-onf-feature</artifactId>
84       <version>${project.version}</version>
85       <type>xml</type>
86       <classifier>features</classifier>
87     </dependency>
88     <dependency>
89       <groupId>${project.groupId}</groupId>
90       <artifactId>sdnr-wt-devicemanager-oran-feature</artifactId>
91       <version>${project.version}</version>
92       <type>xml</type>
93       <classifier>features</classifier>
94     </dependency>
95     <dependency>
96       <groupId>${project.groupId}</groupId>
97       <artifactId>sdnr-wt-devicemanager-gran-feature</artifactId>
98       <version>${project.version}</version>
99       <type>xml</type>
100       <classifier>features</classifier>
101     </dependency>
102     <dependency>
103       <groupId>${project.groupId}</groupId>
104       <artifactId>sdnr-wt-odlux-core-feature</artifactId>
105       <version>${project.version}</version>
106       <type>xml</type>
107       <classifier>features</classifier>
108     </dependency>
109     <dependency>
110       <groupId>${project.groupId}</groupId>
111       <artifactId>sdnr-wt-odlux-apps-feature</artifactId>
112       <version>${project.version}</version>
113       <type>xml</type>
114       <classifier>features</classifier>
115     </dependency>
116   </dependencies>
117 </project>