Skip to content

Commit

Permalink
Removing accidently added duplicate Gson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jan 30, 2016
1 parent ce42a46 commit 7fde893
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Changelog of Git Changelog.
## Next release
### Other changes

[51cad91dcd3e96c](https://github.com/tomasbjerre/git-changelog-lib/commit/51cad91dcd3e96c) Tomas Bjerre *2016-01-30 17:07:21*

Removing accidently added duplicate Gson dependency


## 1.21
### Other changes

[00b37d11101f8d1](https://github.com/tomasbjerre/git-changelog-lib/commit/00b37d11101f8d1) Tomas Bjerre *2016-01-30 16:39:21*

Correcting revision logging
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ dependencies {
compile 'com.google.guava:guava:11.0.1'
compile 'org.eclipse.jgit:org.eclipse.jgit:3.6.2.201501210735-r'
compile 'com.github.spullara.mustache.java:compiler:0.8.18'
compile 'com.google.code.gson:gson:2.4'
compile 'com.google.code.gson:gson:2.5'
testCompile 'junit:junit:4.12'
testCompile 'org.slf4j:slf4j-simple:1.7.13'
testCompile 'org.assertj:assertj-core:2.3.0'
testCompile 'com.google.code.gson:gson:2.5'
}

test {
Expand Down

0 comments on commit 7fde893

Please # to comment.