Skip to content

Commit

Permalink
issue resolved #330
Browse files Browse the repository at this point in the history
  • Loading branch information
Prankurtiwari committed Oct 12, 2024
1 parent 506bd9c commit c297844
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 1,110 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[versions]
junit5-version = '5.11.2'
slf4j-version = '2.0.16'
string-similarity-version = '1.0.0'

[libraries]
commons-validator = 'commons-validator:commons-validator:1.9.0'
Expand All @@ -9,6 +10,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'

[plugins]
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 c297844

Please sign in to comment.