Skip to content

Commit

Permalink
🔥 Remove properties files
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel committed Jul 10, 2023
1 parent fd7e403 commit 9925213
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ subprojects {
version = rootProject.version

dependencies {
implementation group: "com.google.guava", name: "guava", version: "$guava_version"
implementation group: "com.google.guava", name: "guava", version: "20.0"

compileOnly group: "org.projectlombok", name: "lombok", version: "1.18.20"
annotationProcessor group: "org.projectlombok", name: "lombok", version: "1.18.20"
Expand Down
1 change: 0 additions & 1 deletion gradle.properties

This file was deleted.

10 changes: 5 additions & 5 deletions scim2-sdk-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ test {
}

dependencies {
implementation group: "com.fasterxml.jackson.core", name: "jackson-core", version: "$jackson_version"
implementation group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "$jackson_version"
implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "$jackson_databind_version"
implementation group: "com.google.guava", name: "guava", version: "$guava_version"
testImplementation group: "org.testng", name: "testng", version: "$testng_version"
implementation group: "com.fasterxml.jackson.core", name: "jackson-core", version: "2.7.4"
implementation group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.7.4"
implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.7.9.5"
implementation group: "com.google.guava", name: "guava", version: "20.0"
testImplementation group: "org.testng", name: "testng", version: "6.4"
}
4 changes: 0 additions & 4 deletions scim2-sdk-common/gradle.properties

This file was deleted.

0 comments on commit 9925213

Please sign in to comment.