Skip to content

Commit dbf0a15

Browse files
author
ecoolper
committed
weixin-java-parent pom.xml添加jodd-http
1 parent 2019115 commit dbf0a15

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,17 @@
110110
</properties>
111111

112112
<dependencies>
113+
<dependency>
114+
<groupId>org.jodd</groupId>
115+
<artifactId>jodd-http</artifactId>
116+
<version>3.7</version>
117+
<!-- 由于较新的3.8版本需要jdk8,故而此处采用较低版本 -->
118+
</dependency>
119+
<dependency>
120+
<groupId>com.squareup.okhttp3</groupId>
121+
<artifactId>okhttp</artifactId>
122+
<version>3.7.0</version>
123+
</dependency>
113124
<dependency>
114125
<groupId>org.slf4j</groupId>
115126
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)