aboutsummaryrefslogtreecommitdiffstats
path: root/ms/sdclistener/parent/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ms/sdclistener/parent/pom.xml')
-rwxr-xr-xms/sdclistener/parent/pom.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml
index 2cbc79dcc..ea67d1b95 100755
--- a/ms/sdclistener/parent/pom.xml
+++ b/ms/sdclistener/parent/pom.xml
@@ -16,13 +16,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.ccsdk.cds</groupId>
<artifactId>sdclistener</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.cds.sdclistener</groupId>
@@ -136,11 +137,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>io.projectreactor</groupId>
- <artifactId>reactor-core</artifactId>
- <version>${reactorcore.version}</version>
- </dependency>
<!-- Test Dependency -->
<dependency>