Add springio-platform plugin

This commit is contained in:
Rob Winch
2014-04-11 09:57:18 -05:00
parent 2b3becf666
commit 00e1094178
56 changed files with 157 additions and 121 deletions

View File

@@ -12,5 +12,5 @@ dependencies {
"org.hsqldb:hsqldb:$hsqlVersion",
"org.springframework:spring-context-support:$springVersion"
optional "net.sf.ehcache:ehcache:$ehcacheVersion"
optional "net.sf.ehcache:ehcache-core:$ehcacheVersion"
}

View File

@@ -100,7 +100,7 @@
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<artifactId>ehcache-core</artifactId>
<version>2.6.5</version>
<scope>compile</scope>
<optional>true</optional>