Skip to content

Commit

Permalink
Added snapshot repository until we release 2.7.0 of springfox
Browse files Browse the repository at this point in the history
related to #6
  • Loading branch information
dilipkrish committed Mar 11, 2017
1 parent 1062799 commit a51324e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ allprojects {
version = '1.0.0-SNAPSHOT'

repositories {
jcenter()
mavenLocal()
jcenter()
maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local/' }
mavenCentral()
}

Expand Down

0 comments on commit a51324e

Please sign in to comment.