chore: remove unnecessary dependency

This commit is contained in:
Natalia Cholewa 2025-12-05 20:39:32 +01:00
commit 566a46178f

View file

@ -47,13 +47,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-api</artifactId>
<version>3.0.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>