kk 2 月之前
父節點
當前提交
bf462c86c9
共有 1 個文件被更改,包括 17 次插入0 次删除
  1. 17 0
      game-common/pom.xml

+ 17 - 0
game-common/pom.xml

@@ -159,6 +159,23 @@
             <artifactId>hutool-all</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>com.wengying666</groupId>
+            <artifactId>IMSocket</artifactId>
+            <version>2.5.6</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+            <version>4.5.13</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpmime</artifactId>
+            <version>4.5.13</version>
+        </dependency>
+
     </dependencies>
 
 </project>