From db3dc60dbc5c4e2318ad5ce7c6cd9c2a7bb80748 Mon Sep 17 00:00:00 2001 From: "leo.harb" <leo.harb@hes-so.ch> Date: Sun, 12 Jan 2025 18:49:23 +0100 Subject: [PATCH] ancier pom.xml --- backend/pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index 32c002e..b6e736b 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -101,21 +101,6 @@ <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> <version>2.3.0</version> </dependency> - <dependency> - <groupId>org.testcontainers</groupId> - <artifactId>junit-jupiter</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>postgresql</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> -- GitLab