Browse Source

Minimize Dependency

pull/2445/head
Andrii Shvaika 7 years ago
committed by Andrew Shvayka
parent
commit
106bcd8cc0
  1. 4
      rest-client/pom.xml

4
rest-client/pom.xml

@ -40,8 +40,8 @@
<artifactId>data</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
</dependencies>

Loading…
Cancel
Save