Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔥 Remove properties files #12

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading