소스 검색

fix bug:找不到不验证的类

lijie 3 년 전
부모
커밋
15865b9bb9
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      dmp-comp/dmp-file-minio-starter/pom.xml

+ 5 - 0
dmp-comp/dmp-file-minio-starter/pom.xml

@@ -23,6 +23,11 @@
             <artifactId>dmp-file-starter</artifactId>
             <version>1.0.0</version>
         </dependency>
+        <dependency>
+            <groupId>com.squareup.okhttp3</groupId>
+            <artifactId>okhttp</artifactId>
+            <version>4.8.1</version>
+        </dependency>
     </dependencies>
 
 </project>