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 hard coupling on ricecode library #351

Merged
merged 2 commits into from
Nov 3, 2024
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
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
[versions]
junit5-version = '5.11.3'
slf4j-version = '2.0.16'
wiremock-testcontainers-version = '1.0-alpha-14'
string-similarity-version = '1.0.0'
testcontainers-version = '1.20.3'
wiremock-testcontainers-version = '1.0-alpha-14'

[libraries]
commons-validator = 'commons-validator:commons-validator:1.9.0'
Expand All @@ -12,6 +13,7 @@ junit-vintage = { module = 'org.junit.vintage:junit-vintage-engine', version.ref
lombok = 'org.projectlombok:lombok:1.18.34'
slf4j-api = { module = 'org.slf4j:slf4j-api', version.ref = 'slf4j-version' }
slf4j-nop = { module = 'org.slf4j:slf4j-nop', version.ref = 'slf4j-version' }
string-similarity = {module = 'net.ricecode:string-similarity', version.ref ='string-similarity-version'}
spock = 'org.spockframework:spock-bom:2.3-groovy-3.0'
testcontainers-junit-jupiter = { module = 'org.testcontainers:junit-jupiter', version.ref = 'testcontainers-version' }
wiremock-testcontainers = { module = 'org.wiremock.integrations.testcontainers:wiremock-testcontainers-module', version.ref = 'wiremock-testcontainers-version' }
Expand Down
3 changes: 1 addition & 2 deletions htmlSanityCheck-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ dependencies {
testImplementation libs.slf4j.nop
// jsoup is our awesome html parser, see jsoup.org
implementation libs.jsoup

implementation libs.string.similarity
compileOnly libs.lombok
annotationProcessor libs.lombok
testCompileOnly libs.lombok
testAnnotationProcessor libs.lombok

testImplementation platform("org.codehaus.groovy:groovy-bom:${GroovySystem.version}")
testImplementation 'org.codehaus.groovy:groovy-xml'

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading