blob: 96b487400d19e6fae02d642edc7280e946cea036 [file] [log] [blame]
Skip Wonnell9296b762017-08-15 17:26:38 -05001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell8c4b89b2018-01-12 09:24:03 -06002<!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
John McClunga8027392018-06-13 15:49:08 -04006 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Skip Wonnell8c4b89b2018-01-12 09:24:03 -06007 Copyright (C) 2017 Amdocs
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=========================================================
Skip Wonnell8c4b89b2018-01-12 09:24:03 -060021 -->
Skip Wonnell9296b762017-08-15 17:26:38 -050022<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24 <parent>
Patrick Bradyb49dd122018-08-10 15:30:58 -070025 <groupId>org.onap.appc.parent</groupId>
26 <artifactId>odlparent-lite</artifactId>
Patrick Brady84d0a252018-05-22 10:42:55 -070027 <version>1.4.0-SNAPSHOT</version>
Patrick Bradyb49dd122018-08-10 15:30:58 -070028 <relativePath />
Skip Wonnell9296b762017-08-15 17:26:38 -050029 </parent>
Patrick Bradyb49dd122018-08-10 15:30:58 -070030 <groupId>org.onap.appc</groupId>
Skip Wonnell9296b762017-08-15 17:26:38 -050031
32 <modelVersion>4.0.0</modelVersion>
33 <packaging>pom</packaging>
34 <artifactId>appc-config-flow-controller</artifactId>
35
36 <name>APPC Flow Executor</name>
37
38 <properties>
39 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40 </properties>
41
42
43 <dependencyManagement>
44
45 <dependencies>
46 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080047 <groupId>org.onap.appc</groupId>
Skip Wonnell9296b762017-08-15 17:26:38 -050048 <artifactId>appc-config-flow-controller-features</artifactId>
49 <classifier>features</classifier>
50 <type>xml</type>
51 <version>${project.version}</version>
52 </dependency>
53
54 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080055 <groupId>org.onap.appc</groupId>
Skip Wonnell9296b762017-08-15 17:26:38 -050056 <artifactId>appc-config-flow-controller-provider</artifactId>
57 <version>${project.version}</version>
58 </dependency>
59 </dependencies>
60
61
62 </dependencyManagement>
63
64
65 <modules>
66 <module>provider</module>
67 <module>features</module>
68 <module>installer</module>
69 </modules>
70 <description>Flow sequence executor for APPC</description>
Patrick Brady769d3452018-09-24 13:09:27 -070071 <version>1.4.0-SNAPSHOT</version>
Skip Wonnell9296b762017-08-15 17:26:38 -050072</project>