Update global parent and add spring-log4j2 dependency.

This commit is contained in:
Konstantinos Triantafyllou 2024-07-18 11:11:36 +03:00
parent 2797290ebd
commit 067c86c6b5
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<parent>
<groupId>eu.dnetlib</groupId>
<artifactId>uoa-global-parent</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>
<artifactId>uoa-spring-boot-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
@ -50,6 +50,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>