diff --git a/airports-flight-service/pom.xml b/airports-flight-service/pom.xml index 5b7050342df20a78eea22a89901dcc05ca79ac47..1aca76c3e42113f95b49abe904e2f60345e37f6f 100644 --- a/airports-flight-service/pom.xml +++ b/airports-flight-service/pom.xml @@ -106,6 +106,11 @@ <artifactId>jakarta.validation-api</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-test</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> <plugins> @@ -114,7 +119,6 @@ <artifactId>spring-boot-maven-plugin</artifactId> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <configuration> <skip>true</skip>