Fix for sdc listener and reactor 66/104766/2
authorSebastien Premont-Tendland <sebastien.premont@bell.ca>
Tue, 31 Mar 2020 14:21:37 +0000 (10:21 -0400)
committerSebastien Premont-Tendland <sebastien.premont@bell.ca>
Tue, 31 Mar 2020 14:30:38 +0000 (10:30 -0400)
Issue-ID: CCSDK-2235
Change-Id: I875f991a05cf32d565c866bea33ad27b11739d41
Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
ms/sdclistener/application/pom.xml
ms/sdclistener/parent/pom.xml

index cb6bd92..3825a08 100644 (file)
             <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>
index 5d4a536..36a96f0 100755 (executable)
                     </exclusion>
                 </exclusions>
             </dependency>
-            <dependency>
-                <groupId>io.projectreactor</groupId>
-                <artifactId>reactor-core</artifactId>
-                <version>${reactorcore.version}</version>
-            </dependency>
 
             <!-- Test Dependency -->
             <dependency>