aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Premont-Tendland <sebastien.premont@bell.ca>2020-03-31 10:21:37 -0400
committerSebastien Premont-Tendland <sebastien.premont@bell.ca>2020-03-31 10:30:38 -0400
commitb52ae093581298dad8885dabd2d891167ad81658 (patch)
tree390f2d3fbbc5d1d3cf60e2312a119b7c67850ae4
parent95dcac20af9c1f59c3c0d8de7ad4d253ecb58776 (diff)
Fix for sdc listener and reactor
Issue-ID: CCSDK-2235 Change-Id: I875f991a05cf32d565c866bea33ad27b11739d41 Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
-rw-r--r--ms/sdclistener/application/pom.xml6
-rwxr-xr-xms/sdclistener/parent/pom.xml5
2 files changed, 0 insertions, 11 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>
diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml
index 5d4a53654..36a96f037 100755
--- a/ms/sdclistener/parent/pom.xml
+++ b/ms/sdclistener/parent/pom.xml
@@ -136,11 +136,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>io.projectreactor</groupId>
- <artifactId>reactor-core</artifactId>
- <version>${reactorcore.version}</version>
- </dependency>
<!-- Test Dependency -->
<dependency>