Skip to content

Commit

Permalink
GEODE-2016: change compile dependency to testCompile
Browse files Browse the repository at this point in the history
  • Loading branch information
metatype committed Jan 5, 2017
1 parent 638b058 commit 24535b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/geode-modules-tomcat8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
testRuntime 'javax.ejb:ejb-api:' + project.'javax.ejb-api.version'
compile 'javax.servlet:javax.servlet-api:' + '3.1.0'
testRuntime 'org.eclipse.persistence:javax.persistence:' + project.'javax.persistence-api.version'
compile 'javax.security.auth.message:javax.security.auth.message-api:' + '1.1'
testCompile 'javax.security.auth.message:javax.security.auth.message-api:' + '1.1'

testCompile project(path: ':geode-junit')
testCompile files(project(':geode-core').sourceSets.test.output)
Expand Down

0 comments on commit 24535b8

Please sign in to comment.