summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/service/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-12-03 19:42:59 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-03 19:42:59 +0000
commit8bc8a2ed3d2ade7487d215f5bc11223fcfc3f7f9 (patch)
tree5915be7bc0730cccfc9f361e0fa7931d3f3658cb /ms/controllerblueprints/modules/service/pom.xml
parentfa5535933ab1bffdaef076a883cfa833179975a4 (diff)
parentbd28818bdba4ede90fe80877bf6839004516000a (diff)
Merge "Enable Webflux Service."
Diffstat (limited to 'ms/controllerblueprints/modules/service/pom.xml')
-rw-r--r--ms/controllerblueprints/modules/service/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/ms/controllerblueprints/modules/service/pom.xml b/ms/controllerblueprints/modules/service/pom.xml
index cd95abf9..017cfde4 100644
--- a/ms/controllerblueprints/modules/service/pom.xml
+++ b/ms/controllerblueprints/modules/service/pom.xml
@@ -48,10 +48,6 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>