Skip to content

Commit

Permalink
Specified exact junit dependency version.
Browse files Browse the repository at this point in the history
Trying to make the Central repo happy.
  • Loading branch information
wiseman committed Jun 7, 2016
1 parent a84aa83 commit 374e3ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {

dependencies {
compile 'org.apache.commons:commons-lang3:3.4'
testCompile group: 'junit', name: 'junit', version: '4.+'
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile 'org.yaml:snakeyaml:1.17'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
POM_NAME=modesbeast
POM_ARTIFACT_ID=modesbeast
VERSION_NAME=0.0.1
VERSION_NAME=0.0.2
GROUP=com.lemondronor
POM_DESCRIPTION=A Java library that decodes Mode-S Beast messages containing Mode S/ADS-B information.
POM_URL=https://github.com/wiseman/java-mode-s-beast
Expand Down

0 comments on commit 374e3ed

Please sign in to comment.