File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
plugins/autodoc/autodoc-processor Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ format.version = "1.1"
55assertj = " 3.27.3"
66checkstyle = " 10.26.1"
77edc = " 0.14.0-SNAPSHOT"
8+ # the edc-boot-spi dependency is used only for tests, this fixed version prevents the "chicken-egg" problem
9+ edc-test = " 0.13.2"
810jackson = " 2.19.2"
911jetbrainsAnnotation = " 26.0.2"
1012jakarta-ws-rs = " 4.0.0"
@@ -18,7 +20,7 @@ swagger-parser = "2.1.31"
1820assertj-core = { module = " org.assertj:assertj-core" , version.ref = " assertj" }
1921checkstyle = { module = " com.puppycrawl.tools:checkstyle" , version.ref = " checkstyle" }
2022edc-runtime-metamodel = { module = " org.eclipse.edc:runtime-metamodel" , version.ref = " edc" }
21- edc-core -spi = { module = " org.eclipse.edc:core -spi" , version.ref = " edc" }
23+ edc-boot -spi = { module = " org.eclipse.edc:boot -spi" , version.ref = " edc-test " }
2224j2html = { module = " com.j2html:j2html" , version = " 1.6.0" }
2325jackson-core = { module = " com.fasterxml.jackson.core:jackson-core" , version.ref = " jackson" }
2426jackson-databind = { module = " com.fasterxml.jackson.core:jackson-databind" , version.ref = " jackson" }
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ plugins {
1818dependencies {
1919 api(libs.edc.runtime.metamodel)
2020
21- testImplementation(libs.edc.core .spi)
21+ testImplementation(libs.edc.boot .spi)
2222}
You can’t perform that action at this time.
0 commit comments