Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
ZihengSun committed Dec 12, 2022
1 parent 9339fc0 commit 7c6dfe8
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
"java.configuration.updateBuildConfiguration": "automatic",
"java.compile.nullAnalysis.mode": "disabled"
}
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -284,6 +284,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>

<dependency>

0 comments on commit 7c6dfe8

Please sign in to comment.