Skip to content

Commit

Permalink
Fix bad version of scannotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Randgalt committed Sep 4, 2012
1 parent d9691d7 commit 289aeb2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Expand Up @@ -136,7 +136,11 @@ project(':curator-x-discovery-server')
testCompile 'com.sun.jersey:jersey-servlet:1.11'
testCompile 'com.sun.jersey:jersey-client:1.11'
testCompile 'com.sun.jersey:jersey-core:1.11'
testCompile 'org.jboss.resteasy:resteasy-jaxrs:2.3.0.GA'
testCompile 'net.sf.scannotation:scannotation:1.0.2'
testCompile ('org.jboss.resteasy:resteasy-jaxrs:2.3.0.GA')
{
exclude module: 'scannotation'
}
testCompile 'org.mortbay.jetty:jetty:6.1.22'
}
}

0 comments on commit 289aeb2

Please sign in to comment.