Updated Jabit to version 1.0.0
This commit is contained in:
parent
ea5643909d
commit
67167906aa
11
build.gradle
11
build.gradle
@ -33,6 +33,7 @@ configurations {
|
|||||||
providedRuntime
|
providedRuntime
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ext.jabitVersion = '1.0.0'
|
||||||
dependencies {
|
dependencies {
|
||||||
compile("org.springframework.boot:spring-boot-starter-hateoas")
|
compile("org.springframework.boot:spring-boot-starter-hateoas")
|
||||||
compile("org.springframework.boot:spring-boot-starter-jersey")
|
compile("org.springframework.boot:spring-boot-starter-jersey")
|
||||||
@ -40,11 +41,11 @@ dependencies {
|
|||||||
compile("io.springfox:springfox-swagger2:2.0.2")
|
compile("io.springfox:springfox-swagger2:2.0.2")
|
||||||
compile("io.springfox:springfox-swagger-ui:2.0.2")
|
compile("io.springfox:springfox-swagger-ui:2.0.2")
|
||||||
|
|
||||||
compile 'ch.dissem.jabit:jabit-core:0.2.1-SNAPSHOT'
|
compile "ch.dissem.jabit:jabit-core:$jabitVersion"
|
||||||
compile 'ch.dissem.jabit:jabit-networking:0.2.1-SNAPSHOT'
|
compile "ch.dissem.jabit:jabit-networking:$jabitVersion"
|
||||||
compile 'ch.dissem.jabit:jabit-repositories:0.2.1-SNAPSHOT'
|
compile "ch.dissem.jabit:jabit-repositories:$jabitVersion"
|
||||||
compile 'ch.dissem.jabit:jabit-cryptography-bouncy:0.2.1-SNAPSHOT'
|
compile "ch.dissem.jabit:jabit-cryptography-bouncy:$jabitVersion"
|
||||||
compile 'ch.dissem.jabit:jabit-extensions:0.2.1-SNAPSHOT'
|
compile "ch.dissem.jabit:jabit-extensions:$jabitVersion"
|
||||||
|
|
||||||
compile 'com.h2database:h2:1.4.187'
|
compile 'com.h2database:h2:1.4.187'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user