File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
network-device-inventory-service Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 18
18
<spring-cloud .version>2024.0.1</spring-cloud .version>
19
19
</properties >
20
20
<dependencies >
21
- <dependency >
22
- <groupId >org.springframework.boot</groupId >
23
- <artifactId >spring-boot-starter-validation</artifactId >
24
- </dependency >
25
21
<dependency >
26
22
<groupId >org.springframework.boot</groupId >
27
23
<artifactId >spring-boot-starter-data-jpa</artifactId >
61
57
<artifactId >spring-boot-starter-test</artifactId >
62
58
<scope >test</scope >
63
59
<exclusions >
60
+ <exclusion >
61
+ <groupId >net.minidev</groupId >
62
+ <artifactId >json-smart</artifactId >
63
+ </exclusion >
64
64
<exclusion >
65
65
<groupId >org.xmlunit</groupId >
66
66
<artifactId >xmlunit-core</artifactId >
86
86
<groupId >org.springframework.cloud</groupId >
87
87
<artifactId >spring-cloud-starter-consul-discovery</artifactId >
88
88
<exclusions >
89
+ <exclusion >
90
+ <groupId >org.springframework.security</groupId >
91
+ <artifactId >spring-security-crypto</artifactId >
92
+ </exclusion >
89
93
<exclusion >
90
94
<groupId >org.springframework.cloud</groupId >
91
95
<artifactId >spring-cloud-netflix-hystrix</artifactId >
Original file line number Diff line number Diff line change 16
16
<module >network-device-inventory-service</module >
17
17
<module >jacoco-coverage-report-service</module >
18
18
</modules >
19
-
20
19
</project >
You can’t perform that action at this time.
0 commit comments