فهرست منبع

Remove reactor dependency

Greg Turnquist 11 سال پیش
والد
کامیت
e7043e1947
4فایلهای تغییر یافته به همراه0 افزوده شده و 12 حذف شده
  1. 0 1
      complete/build.gradle
  2. 0 5
      complete/pom.xml
  3. 0 1
      initial/build.gradle
  4. 0 5
      initial/pom.xml

+ 0 - 1
complete/build.gradle

@@ -27,7 +27,6 @@ dependencies {
     compile("org.springframework.boot:spring-boot-starter-web:0.5.0.BUILD-SNAPSHOT")
     compile("org.springframework.boot:spring-boot-starter-websocket:0.5.0.BUILD-SNAPSHOT")
     compile("org.springframework:spring-messaging:4.0.0.BUILD-SNAPSHOT")
-    compile("org.projectreactor:reactor-tcp:1.0.0.RC1")
     compile("com.fasterxml.jackson.core:jackson-databind")
     testCompile("junit:junit:4.11")
 }

+ 0 - 5
complete/pom.xml

@@ -26,11 +26,6 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-messaging</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.projectreactor</groupId>
-            <artifactId>reactor-tcp</artifactId>
-            <version>1.0.0.RC1</version>
-        </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>

+ 0 - 1
initial/build.gradle

@@ -23,7 +23,6 @@ dependencies {
     compile("org.springframework.boot:spring-boot-starter-web:0.5.0.BUILD-SNAPSHOT")
     compile("org.springframework.boot:spring-boot-starter-websocket:0.5.0.BUILD-SNAPSHOT")
     compile("org.springframework:spring-messaging:4.0.0.BUILD-SNAPSHOT")
-    compile("org.projectreactor:reactor-tcp:1.0.0.RC1")
     compile("com.fasterxml.jackson.core:jackson-databind")
     testCompile("junit:junit:4.11")
 }

+ 0 - 5
initial/pom.xml

@@ -26,11 +26,6 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-messaging</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.projectreactor</groupId>
-            <artifactId>reactor-tcp</artifactId>
-            <version>1.0.0.RC1</version>
-        </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>