Commit 1164ceb747f5e21baa05738fb68bc0a84cf6bd16

Authored by Andrii Shvaika
1 parent 20ca9ca3

Minimize Dependency

Showing 1 changed file with 2 additions and 2 deletions
... ... @@ -40,8 +40,8 @@
40 40 <artifactId>data</artifactId>
41 41 </dependency>
42 42 <dependency>
43   - <groupId>org.springframework.boot</groupId>
44   - <artifactId>spring-boot-starter-web</artifactId>
  43 + <groupId>org.springframework</groupId>
  44 + <artifactId>spring-web</artifactId>
45 45 </dependency>
46 46 </dependencies>
47 47
... ...