diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-02-20 15:59:08 -0500 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-02-20 21:03:11 +0000 |
commit | 8916ab03e9a12b765c927503c8568d1ca7be01d1 (patch) | |
tree | 0d3877878370d54ab947750611266390359ad9d5 /ms/blueprintsprocessor/modules | |
parent | 9e3c594bc3cf74ab5748c14bcde81dec7f062fa0 (diff) |
Cleaning up blueprint processor parent pom
Removing dependencies which are being inheritted
from ccsdk/parent spring-boot-parent-pom -> dependency-bom
Issue-ID: CCSDK-2110
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I8e07ca9887f0378985b21ddb146c53413bdfc592
Diffstat (limited to 'ms/blueprintsprocessor/modules')
-rw-r--r-- | ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml index 4700c6337..28060ef44 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml @@ -76,6 +76,12 @@ <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>com.hubspot.jinjava</groupId> |