Make spring-plugin-core a compile dependency so EntityLinks can be used

See gh-2396
This commit is contained in:
Andy Wilkinson
2015-01-22 16:03:58 +00:00
parent 01344c8617
commit 49bc12d564

View File

@@ -29,7 +29,6 @@
<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin-core</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>