Skip to content

Commit

Permalink
fix: fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikRevich committed Oct 15, 2024
1 parent 2216aab commit 1d952d4
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 626 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Features:
* Opportunity to work with different vendors using the same **ObjectStorage** instance
* Data processing optimizations
* Excessive monitoring opportunities
* Configurable data backups per vendor
* Configurable data backups per vendor in the same workspace

![](./docs/high-level-design.png)

Expand Down
6 changes: 6 additions & 0 deletions api-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
<artifactId>spring-core</artifactId>
</dependency>

<!-- MINIO -->
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
</dependency>

<!-- THIRD PARTY -->
<dependency>
<groupId>io.pebbletemplates</groupId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1d952d4

Please sign in to comment.