blob: 768969c0a4f0e4fe9012af657e32442aab3a86b9 [file] [log] [blame]
Dan Timoney1b476832017-02-15 15:09:44 -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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5 <parent>
6 <groupId>org.openecomp.sdnc.northbound</groupId>
7 <artifactId>sdnc-northbound</artifactId>
Dan Timoney518824f2017-04-25 10:44:10 -04008 <version>1.1.1-SNAPSHOT</version>
Dan Timoney1b476832017-02-15 15:09:44 -05009 </parent>
10
11 <packaging>pom</packaging>
12 <groupId>org.openecomp.sdnc.northbound</groupId>
13 <artifactId>dataChange</artifactId>
Dan Timoney518824f2017-04-25 10:44:10 -040014 <version>1.1.1-SNAPSHOT</version>
Dan Timoney1b476832017-02-15 15:09:44 -050015
16 <properties>
17 <feature-name>dataChange</feature-name>
18 </properties>
19
20 <dependencyManagement>
21
22 <dependencies>
23 <dependency>
24 <groupId>org.openecomp.sdnc.northbound</groupId>
25 <artifactId>dataChange-features</artifactId>
26 <classifier>features</classifier>
27 <type>xml</type>
28 <version>${project.version}</version>
29 </dependency>
30
31 <dependency>
32 <groupId>org.openecomp.sdnc.northbound</groupId>
33 <artifactId>dataChange-model</artifactId>
34 <version>${project.version}</version>
35 </dependency>
36 <dependency>
37 <groupId>org.openecomp.sdnc.northbound</groupId>
38 <artifactId>dataChange-provider</artifactId>
39 <version>${project.version}</version>
40 <classifier>config</classifier>
41 <type>xml</type>
42 </dependency>
43 <dependency>
44 <groupId>org.openecomp.sdnc.northbound</groupId>
45 <artifactId>dataChange-provider</artifactId>
46 <version>${project.version}</version>
47 </dependency>
48 </dependencies>
49
50
51 </dependencyManagement>
52
53 <modules>
54 <module>model</module>
55 <module>features</module>
56 <module>provider</module>
57 <module>installer</module>
58 </modules>
59</project>