Browse Source

update smart-socket to 1.4.2.rc-3 (#4891)

* update smart-socket to 1.4.2.rc-3
三刀 6 years ago
parent
commit
fa279ec6fd
1 changed files with 5 additions and 5 deletions
  1. 5 5
      frameworks/Java/smart-socket/pom.xml

+ 5 - 5
frameworks/Java/smart-socket/pom.xml

@@ -22,11 +22,11 @@
             <groupId>org.smartboot.http</groupId>
             <artifactId>smart-http-server</artifactId>
         </dependency>
-        <!--<dependency>-->
-            <!--<groupId>org.smartboot.socket</groupId>-->
-            <!--<artifactId>aio-core</artifactId>-->
-            <!--<version>1.4.1</version>-->
-        <!--</dependency>-->
+        <dependency>
+            <groupId>org.smartboot.socket</groupId>
+            <artifactId>aio-core</artifactId>
+            <version>1.4.2.rc-3</version>
+        </dependency>
         <dependency>
             <groupId>com.jsoniter</groupId>
             <artifactId>jsoniter</artifactId>