Skip to content

Commit b2256c5

Browse files
authored
Merge pull request #38 from lyes-sefiane/develop
unused dependencies exclusion
2 parents e9263b3 + 9e9bdd0 commit b2256c5

File tree

1 file changed

+6
-0
lines changed
  • network-device-inventory-service

1 file changed

+6
-0
lines changed

network-device-inventory-service/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
<dependency>
2626
<groupId>org.springframework.boot</groupId>
2727
<artifactId>spring-boot-starter-hateoas</artifactId>
28+
<exclusions>
29+
<exclusion>
30+
<groupId>net.minidev</groupId>
31+
<artifactId>json-smart</artifactId>
32+
</exclusion>
33+
</exclusions>
2834
</dependency>
2935
<dependency>
3036
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)