pom changes

This commit is contained in:
Efstratios Giannopoulos 2024-03-11 18:15:23 +02:00
parent f9df97e18c
commit e5faa2b4ad
1 changed files with 12 additions and 1 deletions

13
pom.xml
View File

@ -22,7 +22,18 @@
<dependency>
<groupId>gr.cite.opendmp</groupId>
<artifactId>common-models</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.1.4</version>
<scope>compile</scope>
</dependency>
</dependencies>