working version

This commit is contained in:
andrea.terzani
2024-10-09 17:36:36 +02:00
parent 8b0e822b5e
commit f050d682db
16 changed files with 92 additions and 74 deletions

14
pom.xml
View File

@@ -32,11 +32,9 @@
</properties>
<dependencies>
<dependency>
<groupId>com.olympus</groupId>
<artifactId>olympus-common</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
@@ -115,6 +113,12 @@
<version>2.8.8</version>
</dependency>
<dependency>
<groupId>com.olympus</groupId>
<artifactId>olympus-common</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>