Skip to content

Commit 67be20d

Browse files
committed
build(model-server): add jsoup test dependency
1 parent 1a56aaa commit 67be20d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jcommander = { group = "com.beust", name = "jcommander", version = "1.82" }
9696
cucumber-java = { group = "io.cucumber", name = "cucumber-java", version = "7.15.0" }
9797
junit = { group = "junit", name = "junit", version = "4.13.2" }
9898
xmlunit-core = { group = "org.xmlunit", name = "xmlunit-core", version = "2.9.1"}
99+
jsoup = { group = "org.jsoup", name = "jsoup", version = "1.17.2" }
99100

100101
apache-cxf-sse = { group = "org.apache.cxf", name = "cxf-rt-rs-sse", version.ref = "apacheCxf" }
101102
apache-cxf-client = { group = "org.apache.cxf", name = "cxf-rt-rs-client", version.ref = "apacheCxf" }

model-server/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ dependencies {
6767
testImplementation(libs.cucumber.java)
6868
testImplementation(libs.ktor.server.test.host)
6969
testImplementation(libs.kotlin.coroutines.test)
70+
testImplementation(libs.jsoup)
7071
testImplementation(kotlin("test"))
7172
testImplementation(project(":modelql-untyped"))
7273
}

0 commit comments

Comments
 (0)