diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-02-24 06:21:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-24 06:21:07 +0000 |
commit | 45e4f0122f7db9b2fe1867a4394de9ca0e7f1f2c (patch) | |
tree | fa642b1ef72d205df8bbe52401543db693bd9bad /ms/blueprintsprocessor/modules | |
parent | ebcc45b8c8703cadc49cf3a0b888545845ccb9e6 (diff) | |
parent | 8916ab03e9a12b765c927503c8568d1ca7be01d1 (diff) |
Merge "Cleaning up blueprint processor parent pom"
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> |