aboutsummaryrefslogtreecommitdiffstats
path: root/app-c/appc/appc-dg/appc-dg-shared/pom.xml
blob: f2058bfb25f67363c266b8cbb0c1c4c6a1a743ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<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">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.openecomp.appc</groupId>
		<artifactId>appc-dg</artifactId>
		<version>1.0.0</version>
	</parent>
	<artifactId>appc-dg-shared</artifactId>
	<packaging>pom</packaging>

	<modules>
		<module>appc-dg-common</module>
		<module>appc-dg-ssh</module>
		<module>appc-dg-aai</module>
		<module>appc-dg-netconf</module>
		<module>appc-dg-license-manager</module>
		<module>appc-dg-shared-features</module>
		<module>appc-dg-shared-installer</module>
	</modules>
</project>