Remove unused test dependency

This commit is contained in:
Phillip Webb 2014-01-21 21:05:06 -08:00
parent 43e54d38f7
commit d0f3e33f21

View File

@ -129,13 +129,6 @@
<artifactId>spring-integration-core</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.16.1-GA</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>