diff options
author | Dan Timoney <dtimoney@att.com> | 2018-12-03 19:42:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-03 19:42:59 +0000 |
commit | 8bc8a2ed3d2ade7487d215f5bc11223fcfc3f7f9 (patch) | |
tree | 5915be7bc0730cccfc9f361e0fa7931d3f3658cb /ms/blueprintsprocessor/application/pom.xml | |
parent | fa5535933ab1bffdaef076a883cfa833179975a4 (diff) | |
parent | bd28818bdba4ede90fe80877bf6839004516000a (diff) |
Merge "Enable Webflux Service."
Diffstat (limited to 'ms/blueprintsprocessor/application/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/application/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 086a9883..4e652d50 100644 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -36,10 +36,6 @@ <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> - </dependency> <!-- North Bound --> <dependency> <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> |