From cd4d989d174b6992742de5682fb8a36d9a9ea35a Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Fri, 20 Nov 2020 18:51:05 -0500 Subject: Refactoring POM and removing duplicate dependency Issue-ID: CCSDK-2998 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I68e5c0c89c8f7100c3f3725e1682676688c319ab --- .../modules/blueprints/blueprint-core/pom.xml | 23 ++++------------------ pom.xml | 3 +++ 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml index 34fdb557f..7aa68d33d 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml @@ -31,25 +31,6 @@ MS Blueprints Processor Modules - Blueprints - Blueprints Core - - - org.jetbrains.kotlin - kotlin-compiler-embeddable - - - org.jetbrains.kotlin - kotlin-scripting-jvm-host - - - org.jetbrains.kotlin - kotlin-compiler - - - - - org.jetbrains.kotlin - kotlin-script-util - org.jetbrains.kotlin kotlin-script-runtime @@ -84,6 +65,10 @@ + + commons-lang + commons-lang + com.hubspot.jinjava jinjava diff --git a/pom.xml b/pom.xml index d916d1e5c..dc76251e9 100644 --- a/pom.xml +++ b/pom.xml @@ -83,6 +83,9 @@ limitations under the License. org.codehaus.mojo tidy-maven-plugin 1.1.0 + + 120 + format-pom -- cgit 1.2.3-korg