Implements Micro-service Integration for Storage Handling

This commit is contained in:
2023-08-18 03:28:13 -03:00
parent fae8ea295d
commit 9e93d1fd64
12 changed files with 291 additions and 18 deletions

View File

@@ -102,7 +102,12 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
</dependencies>
<build>
<plugins>