Skip to content

Commit

Permalink
➖ handler-core cleanup test libs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Feb 10, 2025
1 parent 0f66e93 commit 57f2f1e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions handler-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,26 +111,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-testcontainers</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>

<!-- Configuration Processor -->
<dependency>
Expand Down

0 comments on commit 57f2f1e

Please sign in to comment.