JAVA-3295: Fix pom properties in testing-modules

This commit is contained in:
Krzysztof Woyke
2021-03-24 10:31:09 +01:00
parent df93a6b9e6
commit 5e3e710e84
6 changed files with 32 additions and 14 deletions
+2 -2
View File
@@ -36,11 +36,10 @@
<version>${cucumber.version}</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.2.0.RELEASE</version>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
@@ -103,6 +102,7 @@
<checkstyle-maven-plugin.version>3.0.0</checkstyle-maven-plugin.version>
<system-rules.version>1.19.0</system-rules.version>
<system-lambda.version>1.0.0</system-lambda.version>
<spring-boot.version>2.4.3</spring-boot.version>
</properties>
</project>