From 052b7bd78ad4808f6eac31553c12cee7569eaefb Mon Sep 17 00:00:00 2001 From: "Muthuramalingam, Brinda Santh(bs2796)" Date: Tue, 4 Sep 2018 20:24:35 +0000 Subject: Controller Blueprints Microservice Refactor controller blueprint core and resource dictionary modules to components module. Change-Id: If5ba5e35e9c95bc19bc78fb10bd62d6551ba7aca Issue-ID: CCSDK-514 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) --- components/pom.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 components/pom.xml (limited to 'components/pom.xml') diff --git a/components/pom.xml b/components/pom.xml new file mode 100644 index 000000000..aada3eb1d --- /dev/null +++ b/components/pom.xml @@ -0,0 +1,45 @@ + + + + + + org.onap.ccsdk.apps + ccsdk-apps + 0.3.0-SNAPSHOT + + 4.0.0 + org.onap.ccsdk.apps + components + App Components Root + pom + + UTF-8 + UTF-8 + yyyyMMdd'T'HHmmss'Z' + ${maven.build.timestamp} + 1.8 + 1.8 + 1.8 + + + parent + core + resource-dict + + + -- cgit 1.2.3-korg