We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2019115 commit dbf0a15Copy full SHA for dbf0a15
pom.xml
@@ -110,6 +110,17 @@
110
</properties>
111
112
<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
120
+ <groupId>com.squareup.okhttp3</groupId>
121
+ <artifactId>okhttp</artifactId>
122
+ <version>3.7.0</version>
123
124
<dependency>
125
<groupId>org.slf4j</groupId>
126
<artifactId>slf4j-api</artifactId>
0 commit comments