diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-04-14 19:00:10 -0400 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-04-15 12:53:01 +0000 |
commit | 09d43a482fb3e0b6ed904637faf6147695f7c822 (patch) | |
tree | 458e681951b20482e4f0b8f5b386cfc5fd457033 /ms/blueprintsprocessor/application/pom.xml | |
parent | 1c98d5673c70325bb9913419e730a31af009b6df (diff) |
Do start netty server when grpc server enabled
Change-Id: I7a4154f752bedd32c6c5789c21da82917336c7a6
Issue-ID: CCSDK-1182
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'ms/blueprintsprocessor/application/pom.xml')
-rwxr-xr-x | ms/blueprintsprocessor/application/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index e7af4c852..c079ba990 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -37,11 +37,6 @@ </dependency> <dependency> <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-devtools</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency> |