Skip to content

Commit

Permalink
update build and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcclean committed Mar 4, 2015
1 parent 6d8bd07 commit 0a70e68
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ buildscript {
}
}

allprojects {

subprojects {
apply plugin:'java'
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.bmuschko.nexus'
}

subprojects {
sourceCompatibility = 1.8
targetCompatibility = 1.8
version = '0.5'
Expand Down Expand Up @@ -102,7 +100,7 @@ subprojects {
exclude(module: 'org.springframework')
}
compile 'commons-beanutils:commons-beanutils:1.9.2'
compile 'javax.interceptor:javax.interceptor-api:1.+'
compile 'javax.interceptor:javax.interceptor-api:1.2-b04'
compile 'javax.el:javax.el-api:2.2.4'
compile 'org.glassfish.web:javax.el:2.2.4'
testCompile group: 'com.cyrusinnovation', name: 'mockito-groovy-support', version:'1.3'
Expand Down

0 comments on commit 0a70e68

Please sign in to comment.