diff options
author | Sebastien Premont-Tendland <sebastien.premont@bell.ca> | 2020-03-31 10:21:37 -0400 |
---|---|---|
committer | Sebastien Premont-Tendland <sebastien.premont@bell.ca> | 2020-03-31 10:30:38 -0400 |
commit | b52ae093581298dad8885dabd2d891167ad81658 (patch) | |
tree | 390f2d3fbbc5d1d3cf60e2312a119b7c67850ae4 /ms/sdclistener/application | |
parent | 95dcac20af9c1f59c3c0d8de7ad4d253ecb58776 (diff) |
Fix for sdc listener and reactor
Issue-ID: CCSDK-2235
Change-Id: I875f991a05cf32d565c866bea33ad27b11739d41
Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
Diffstat (limited to 'ms/sdclistener/application')
-rw-r--r-- | ms/sdclistener/application/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ms/sdclistener/application/pom.xml b/ms/sdclistener/application/pom.xml index cb6bd9203..3825a0809 100644 --- a/ms/sdclistener/application/pom.xml +++ b/ms/sdclistener/application/pom.xml @@ -120,11 +120,5 @@ <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> - - <dependency> - <groupId>io.projectreactor</groupId> - <artifactId>reactor-core</artifactId> - <scope>compile</scope> - </dependency> </dependencies> </project> |