diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-11-20 18:51:05 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-11-20 18:51:05 -0500 |
commit | cd4d989d174b6992742de5682fb8a36d9a9ea35a (patch) | |
tree | 6bb3744edf93c5e36b70e0d852b662e7e6b0e74f /ms/blueprintsprocessor/modules/blueprints | |
parent | 86c0b5d57b75bc80f8219e5b32bd7e7b8c9c0527 (diff) |
Refactoring POM and removing duplicate dependency
Issue-ID: CCSDK-2998
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I68e5c0c89c8f7100c3f3725e1682676688c319ab
Diffstat (limited to 'ms/blueprintsprocessor/modules/blueprints')
-rw-r--r-- | ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml | 23 |
1 files changed, 4 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 @@ <name>MS Blueprints Processor Modules - Blueprints - Blueprints Core</name> <dependencies> - <!-- Compiler Service --> - <dependency> - <groupId>org.jetbrains.kotlin</groupId> - <artifactId>kotlin-compiler-embeddable</artifactId> - </dependency> - <dependency> - <groupId>org.jetbrains.kotlin</groupId> - <artifactId>kotlin-scripting-jvm-host</artifactId> - <exclusions> - <exclusion> - <groupId>org.jetbrains.kotlin</groupId> - <artifactId>kotlin-compiler</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.jetbrains.kotlin</groupId> - <artifactId>kotlin-script-util</artifactId> - </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-script-runtime</artifactId> @@ -85,6 +66,10 @@ </exclusions> </dependency> <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> + <dependency> <groupId>com.hubspot.jinjava</groupId> <artifactId>jinjava</artifactId> </dependency> |