diff options
author | Benjamin, Max <max.benjamin@att.com> | 2020-04-30 10:41:46 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-04-30 11:08:10 -0400 |
commit | e7f7527a7ad0397f9f98c739f6f4dfba357bcf3a (patch) | |
tree | 96db50b73b0a7d096683ecb0672c79cf6897ee90 /graph-inventory/pom.xml | |
parent | 0fdf096ae4ff4ee4b7a644549bd67d75e4aa82b1 (diff) |
add fluent type builder support to A&AI client
add fluent type builder support to A&AI client
Issue-ID: SO-2856
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I2957aedb84a1c6b23979ff2e1c4dfb16b3a646c7
Diffstat (limited to 'graph-inventory/pom.xml')
-rw-r--r-- | graph-inventory/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graph-inventory/pom.xml b/graph-inventory/pom.xml index d01b0ec682..0f465b03b1 100644 --- a/graph-inventory/pom.xml +++ b/graph-inventory/pom.xml @@ -9,7 +9,7 @@ <artifactId>graph-inventory</artifactId> <packaging>pom</packaging> <modules> - <!-- <module>fluent-builder-maven-plugin</module>--> + <module>fluent-builder-maven-plugin</module> <module>aai-client</module> </modules> </project> |