Skip to content

Commit 93454e5

Browse files
authored
Update pom.xml
修复java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpMethod问题
1 parent 6ef4d89 commit 93454e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,10 @@
8888
<version>4.13.2</version>
8989
<scope>test</scope>
9090
</dependency>
91+
<dependency>
92+
<groupId>commons-httpclient</groupId>
93+
<artifactId>commons-httpclient</artifactId>
94+
<version>3.1</version>
95+
</dependency>
9196
</dependencies>
9297
</project>

0 commit comments

Comments
 (0)