1
0
mirror of synced 2026-08-05 01:36:56 +00:00

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
+3 -4
View File
@@ -19,7 +19,7 @@ dependencies {
"org.springframework:spring-context:$springVersion",
"org.springframework:spring-expression:$springVersion"
optional "net.sf.ehcache:ehcache:$ehcacheVersion",
optional "net.sf.ehcache:ehcache-core:$ehcacheVersion",
'javax.annotation:jsr250-api:1.0',
"org.aspectj:aspectjrt:$aspectjVersion",
"org.springframework:spring-jdbc:$springVersion",
@@ -32,8 +32,7 @@ dependencies {
"org.slf4j:jcl-over-slf4j:$slf4jVersion",
powerMockDependencies
testRuntime "org.hsqldb:hsqldb:$hsqlVersion",
"cglib:cglib-nodep:$cglibVersion"
testRuntime "org.hsqldb:hsqldb:$hsqlVersion"
}
classes.doLast {
@@ -45,7 +44,7 @@ classes.doLast {
sourceJar.from cryptoProject.sourceSets.main.java
configure([test]) {
configure(project.tasks.withType(Test)) {
systemProperties['springSecurityVersion'] = version
systemProperties['springVersion'] = springVersion
}
+1 -7
View File
@@ -107,7 +107,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>
@@ -133,12 +133,6 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>