Skip to content

Commit

Permalink
Add File Uploading Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Dec 20, 2024
1 parent 14760fd commit e7522a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vcell-restclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,14 @@
<version>${httpclient.version}</version>
<scope>compile</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpmime -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>${httpclient.version}</version>
<scope>compile</scope>
</dependency>


</dependencies>

Expand Down

0 comments on commit e7522a8

Please sign in to comment.