Skip to content

Commit

Permalink
issue resolved #330 (#351)
Browse files Browse the repository at this point in the history
Co-authored-by: Gerd Aschemann <[email protected]>
  • Loading branch information
Prankurtiwari and ascheman authored Nov 3, 2024
1 parent 360db44 commit a50696e
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 1,111 deletions.
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

0 comments on commit a50696e

Please sign in to comment.