RELL-1 add dependency

This commit is contained in:
Popov Aleksander 2024-02-04 01:50:42 +06:00
parent b1362436e9
commit d503bc3242
1 changed files with 3 additions and 7 deletions

10
pom.xml
View File

@ -10,6 +10,7 @@
<properties>
<java.version>21</java.version>
<spring.version>3.2.2</spring.version>
<junit.version>5.10.1</junit.version>
</properties>
<parent>
@ -45,6 +46,7 @@
<version>${spring.version}</version>
</dependency>
<!-- test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
@ -52,16 +54,10 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.1</version>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>