Skip to content

Commit f7ee792

Browse files
authored
Merge pull request #35 from lyes-sefiane/depencies-upgrade-microservices-monitoring-and-observability
unused dependencies exclusion
2 parents 8679b96 + 86ae501 commit f7ee792

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

network-device-inventory-service/pom.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<spring-cloud.version>2024.0.1</spring-cloud.version>
1919
</properties>
2020
<dependencies>
21-
<dependency>
22-
<groupId>org.springframework.boot</groupId>
23-
<artifactId>spring-boot-starter-validation</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>org.springframework.boot</groupId>
2723
<artifactId>spring-boot-starter-data-jpa</artifactId>
@@ -61,6 +57,10 @@
6157
<artifactId>spring-boot-starter-test</artifactId>
6258
<scope>test</scope>
6359
<exclusions>
60+
<exclusion>
61+
<groupId>net.minidev</groupId>
62+
<artifactId>json-smart</artifactId>
63+
</exclusion>
6464
<exclusion>
6565
<groupId>org.xmlunit</groupId>
6666
<artifactId>xmlunit-core</artifactId>
@@ -86,6 +86,10 @@
8686
<groupId>org.springframework.cloud</groupId>
8787
<artifactId>spring-cloud-starter-consul-discovery</artifactId>
8888
<exclusions>
89+
<exclusion>
90+
<groupId>org.springframework.security</groupId>
91+
<artifactId>spring-security-crypto</artifactId>
92+
</exclusion>
8993
<exclusion>
9094
<groupId>org.springframework.cloud</groupId>
9195
<artifactId>spring-cloud-netflix-hystrix</artifactId>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
<module>network-device-inventory-service</module>
1717
<module>jacoco-coverage-report-service</module>
1818
</modules>
19-
2019
</project>

0 commit comments

Comments
 (0)