Sfoglia il codice sorgente

weixin-java-parent pom.xml添加jodd-http

master
ecoolper 7 anni fa
parent
commit
dbf0a1505b
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. +11
    -0
      pom.xml

+ 11
- 0
pom.xml Vedi File

@@ -110,6 +110,17 @@
</properties>

<dependencies>
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-http</artifactId>
<version>3.7</version>
<!-- 由于较新的3.8版本需要jdk8,故而此处采用较低版本 -->
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>


Caricamento…
Annulla
Salva