From e7f7527a7ad0397f9f98c739f6f4dfba357bcf3a Mon Sep 17 00:00:00 2001 From: "Benjamin, Max" Date: Thu, 30 Apr 2020 10:41:46 -0400 Subject: 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) Change-Id: I2957aedb84a1c6b23979ff2e1c4dfb16b3a646c7 --- .../fluent-builder-maven-plugin/pom.xml | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 graph-inventory/fluent-builder-maven-plugin/pom.xml (limited to 'graph-inventory/fluent-builder-maven-plugin/pom.xml') diff --git a/graph-inventory/fluent-builder-maven-plugin/pom.xml b/graph-inventory/fluent-builder-maven-plugin/pom.xml new file mode 100644 index 0000000000..7833bce48e --- /dev/null +++ b/graph-inventory/fluent-builder-maven-plugin/pom.xml @@ -0,0 +1,55 @@ + + 4.0.0 + + org.onap.so + graph-inventory + 1.6.0-SNAPSHOT + + fluent-builder-maven-plugin + maven-plugin + + 1.8 + 1.8 + + + + + org.apache.maven.plugins + maven-plugin-plugin + 3.6.0 + + fluent-builder + + + + + + + org.apache.maven + maven-plugin-api + 3.6.3 + + + org.apache.maven.plugin-tools + maven-plugin-annotations + 3.6.0 + provided + + + org.apache.maven + maven-project + 2.2.1 + + + io.swagger + swagger-parser + 1.0.50 + + + com.squareup + javapoet + 1.12.1 + + + -- cgit 1.2.3-korg