Преглед изворни кода

增加和采集程序通信组件

chenwen пре 1 година
родитељ
комит
ccd3b9587e
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -78,6 +78,11 @@
          	<groupId>org.springframework.boot</groupId>
          	<artifactId>spring-boot-starter-data-redis</artifactId>
     	</dependency>
+    	
+    	<dependency>
+		    <groupId>com.squareup.okhttp3</groupId>
+		    <artifactId>okhttp</artifactId>
+	   </dependency>
 
   </dependencies>