Revert "Temporarily disable rsocket-routing-broker integration"

This reverts commit 63f655fb45.
This commit is contained in:
Oleg Zhurakousky
2020-09-23 17:12:46 +02:00
parent ed13099779
commit bf001bc754
3 changed files with 42 additions and 34 deletions

View File

@@ -16,7 +16,7 @@
</parent>
<properties>
<!-- <rsocket-routing.version>0.0.2-SNAPSHOT</rsocket-routing.version> -->
<rsocket-routing.version>0.0.2-SNAPSHOT</rsocket-routing.version>
</properties>
<dependencies>
@@ -42,12 +42,12 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-context</artifactId>
</dependency>
<!-- <dependency> -->
<!-- <groupId>io.rsocket.routing</groupId> -->
<!-- <artifactId>rsocket-routing-client-spring</artifactId> -->
<!-- <version>${rsocket-routing.version}</version> -->
<!-- <optional>true</optional> -->
<!-- </dependency> -->
<dependency>
<groupId>io.rsocket.routing</groupId>
<artifactId>rsocket-routing-client-spring</artifactId>
<version>${rsocket-routing.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
@@ -63,12 +63,12 @@
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
<!-- <dependency> -->
<!-- <groupId>io.rsocket.routing</groupId> -->
<!-- <artifactId>rsocket-routing-broker-spring</artifactId> -->
<!-- <version>${rsocket-routing.version}</version> -->
<!-- <scope>test</scope> -->
<!-- </dependency> -->
<dependency>
<groupId>io.rsocket.routing</groupId>
<artifactId>rsocket-routing-broker-spring</artifactId>
<version>${rsocket-routing.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>