RELL-1 add dependency
This commit is contained in:
parent
b1362436e9
commit
d503bc3242
10
pom.xml
10
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue