summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-03-31 12:42:12 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-31 12:42:12 +0000
commitea8fd6be7ad470d398ce029f2866e1ce3e44474b (patch)
tree5111c4e59ed8842d8f69b5c8279d7afa4d136f11 /ms/controllerblueprints/modules/pom.xml
parent20eda4bcdd1c32890d0a16a556cee1bfbbc08353 (diff)
parentc4efe038f0a604a59331c69b34a415514a98a7df (diff)
Merge "Fix logging dependency conflict"
Diffstat (limited to 'ms/controllerblueprints/modules/pom.xml')
-rw-r--r--ms/controllerblueprints/modules/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ms/controllerblueprints/modules/pom.xml b/ms/controllerblueprints/modules/pom.xml
index 9147862eb..c4d1b1d37 100644
--- a/ms/controllerblueprints/modules/pom.xml
+++ b/ms/controllerblueprints/modules/pom.xml
@@ -38,6 +38,10 @@
</modules>
<dependencies>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-logging</artifactId>
+ </dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>io.mockk</groupId>