Skip to content

Commit

Permalink
Enforced version of Guava for Vaunt Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe444 committed May 31, 2019
1 parent 02970c5 commit e7a1458
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ subprojects {
dependencies {
compile "com.fasterxml.jackson.core:jackson-core:$jacksonVersion"
compile "com.fasterxml.jackson.module:jackson-module-jsonSchema:$jacksonVersion"

compile "com.google.guava:guava:$guavaVersion"

compileOnly "org.projectlombok:lombok:$lombokVersion"
annotationProcessor "org.projectlombok:lombok:$lombokVersion"
testCompileOnly "org.projectlombok:lombok:$lombokVersion"
Expand All @@ -175,9 +176,7 @@ subprojects {
}

project(":vaunt-core") {
dependencies {
compile "com.google.guava:guava:$guavaVersion"
}

}

project(":vaunt-generator") {
Expand All @@ -194,8 +193,6 @@ project(":vaunt-generator") {
project(":vaunt-validator") {
dependencies {
compile project(':vaunt-core')

compile "com.google.guava:guava:$guavaVersion"
}
}

Expand Down

0 comments on commit e7a1458

Please sign in to comment.