Skip to content

Commit

Permalink
Use Xenon 2.3.0 without hadoop
Browse files Browse the repository at this point in the history
The hadoop and docker rule have conflicting deps

Fixes #53
  • Loading branch information
sverhoeven committed Feb 1, 2018
1 parent 48c4a6a commit 99cda2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

* Upgraded to Xenon 2.3.0
* Upgraded to Xenon 2.3.0-nohadoop

## [2.0.0] - 2017-11-07

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ testSets {
integrationTest
}

ext.xenonLibVersion = '2.3.0'
ext.xenonLibVersion = '2.3.0-nohadoop'

dependencies {
runtime group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
Expand Down

0 comments on commit 99cda2a

Please sign in to comment.