blob: 9524edfc2409e56acc1d024e762ccc894eb442fb [file] [log] [blame]
Skip Wonnell9296b762017-08-15 17:26:38 -05001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <parent>
5 <groupId>org.openecomp.appc</groupId>
6 <artifactId>appc-config</artifactId>
Patrick Bradyed9fd622017-11-07 11:59:14 -08007 <version>1.2.0-SNAPSHOT</version>
Skip Wonnell9296b762017-08-15 17:26:38 -05008 </parent>
9
10 <modelVersion>4.0.0</modelVersion>
11 <packaging>pom</packaging>
12 <artifactId>appc-config-flow-controller</artifactId>
13
14 <name>APPC Flow Executor</name>
15
16 <properties>
17 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18 </properties>
19
20
21 <dependencyManagement>
22
23 <dependencies>
24 <dependency>
25 <groupId>org.openecomp.appc</groupId>
26 <artifactId>appc-config-flow-controller-features</artifactId>
27 <classifier>features</classifier>
28 <type>xml</type>
29 <version>${project.version}</version>
30 </dependency>
31
32 <dependency>
33 <groupId>org.openecomp.appc</groupId>
34 <artifactId>appc-config-flow-controller-provider</artifactId>
35 <version>${project.version}</version>
36 </dependency>
37 </dependencies>
38
39
40 </dependencyManagement>
41
42
43 <modules>
44 <module>provider</module>
45 <module>features</module>
46 <module>installer</module>
47 </modules>
48 <description>Flow sequence executor for APPC</description>
49</project>