diff options
author | Benjamin, Max <max.benjamin@att.com> | 2020-04-28 15:13:12 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-04-28 15:26:09 -0400 |
commit | 4f774eeef8c1797c7073754412535be47ea1a8d7 (patch) | |
tree | 567fd081f18e7dbbfc068f326d748cf0dc5844db /graph-inventory/pom.xml | |
parent | ac42fe6ee5e461c3053d40f23cc62882b6a59fe5 (diff) |
move aai-client into its own project
move aai-client into its own project
Issue-ID: SO-2837
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I20b700d160efbdf81ff22c9ca0fab73b28d3649b
Diffstat (limited to 'graph-inventory/pom.xml')
-rw-r--r-- | graph-inventory/pom.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graph-inventory/pom.xml b/graph-inventory/pom.xml new file mode 100644 index 0000000000..d01b0ec682 --- /dev/null +++ b/graph-inventory/pom.xml @@ -0,0 +1,15 @@ +<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.onap.so</groupId> + <artifactId>so</artifactId> + <version>1.6.0-SNAPSHOT</version> + </parent> + <artifactId>graph-inventory</artifactId> + <packaging>pom</packaging> + <modules> + <!-- <module>fluent-builder-maven-plugin</module>--> + <module>aai-client</module> + </modules> +</project> |