remove extra code (#1294)

This commit is contained in:
lor6
2017-03-05 22:05:58 +02:00
committed by KevinGilmore
parent 6cc10132e1
commit 5392bdd8f3
10 changed files with 3 additions and 392 deletions
-9
View File
@@ -74,15 +74,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-rest</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
<build>