Removed the web starter

This commit is contained in:
Marcin Grzejszczak
2018-08-29 15:06:15 +02:00
parent 9ef24e7240
commit cac0ce3e27
3 changed files with 5 additions and 5 deletions

View File

@@ -37,10 +37,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>
<build>
<plugins>