Remove support for Spring Loaded

Closes gh-7978
This commit is contained in:
Stephane Nicoll
2017-05-15 14:18:06 +03:00
parent 1a84d41f80
commit 2e94fd4434
9 changed files with 4 additions and 288 deletions

View File

@@ -40,11 +40,6 @@
<artifactId>zt-zip</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>springloaded</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>