Skip to content

Commit

Permalink
add elasticserach dependency for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tzolov committed Apr 11, 2013
1 parent 923573b commit 3d94d37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ dependencies {
testRuntime "dk.brics.automaton:automaton:1.11-8"
// specify a version of antlr that works with both hive and pig (works only during compilation)
testRuntime "org.antlr:antlr-runtime:$antlrVersion"

testCompile("org.elasticsearch:elasticsearch:$elasticsearchVersion")
}

configurations.all {
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ hamcrestVersion = 1.3
# pig requires 3.4 / Hive 3.0.1 - the two are incompatible
antlrVersion = 3.4
thriftVersion = 0.5.0
# elasticsearch used for testing only
elasticsearchVersion = 0.20.6

# --------------------
# Project wide version
Expand Down

0 comments on commit 3d94d37

Please sign in to comment.