blob: 943f73fc9d794f7002304641a156b7b5b31fba15 [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>
Patrick Brady07567592017-12-13 11:09:30 -08005 <groupId>org.onap.appc</groupId>
Skip Wonnell9296b762017-08-15 17:26:38 -05006 <artifactId>appc-config</artifactId>
Jessica Wagantall65367992017-11-16 17:22:13 -08007 <version>1.3.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>
Patrick Brady07567592017-12-13 11:09:30 -080025 <groupId>org.onap.appc</groupId>
Skip Wonnell9296b762017-08-15 17:26:38 -050026 <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>
Patrick Brady07567592017-12-13 11:09:30 -080033 <groupId>org.onap.appc</groupId>
Skip Wonnell9296b762017-08-15 17:26:38 -050034 <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>