Commit 106bcd8cc02e9536ff447b8b5f9eab81cf04f444

Authored by Andrii Shvaika
Committed by Andrew Shvayka
1 parent 30eaa28f

Minimize Dependency

Showing 1 changed file with 2 additions and 2 deletions
@@ -40,8 +40,8 @@ @@ -40,8 +40,8 @@
40 <artifactId>data</artifactId> 40 <artifactId>data</artifactId>
41 </dependency> 41 </dependency>
42 <dependency> 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 </dependency> 45 </dependency>
46 </dependencies> 46 </dependencies>
47 47