@@ -39,9 +39,6 @@ titanium = "1.7.0"
3939kafkaClients = " 4.2.0"
4040testcontainers = " 2.0.5"
4141tink = " 1.21.0"
42- dcp-tck = " 1.0.0-SNAPSHOT"
43- dsp-tck = " 1.0.0-SNAPSHOT"
44- dps-tck = " 1.0.0"
4542junit = " 6.0.3"
4643wiremock = " 3.13.2"
4744cel = " 0.11.1"
@@ -81,6 +78,7 @@ jetty-server = { module = "org.eclipse.jetty:jetty-server", version.ref = "jetty
8178jetty-ee10-servlet = { module = " org.eclipse.jetty.ee10:jetty-ee10-servlet" , version.ref = " jetty" }
8279jetty-websocket = { module = " org.eclipse.jetty.websocket:jetty-websocket" , version.ref = " jetty" }
8380junit-jupiter-api = { module = " org.junit.jupiter:junit-jupiter-api" , version.ref = " jupiter" }
81+ junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junit" }
8482junit-pioneer = { module = " org.junit-pioneer:junit-pioneer" , version.ref = " junit-pioneer" }
8583micrometer = { module = " io.micrometer:micrometer-core" , version.ref = " micrometer" }
8684mockito-core = { module = " org.mockito:mockito-core" , version.ref = " mockito" }
@@ -114,24 +112,9 @@ kafkaClients = { module = "org.apache.kafka:kafka-clients", version.ref = "kafka
114112jsonschema = { module = " com.networknt:json-schema-validator" , version = " 2.0.0" }
115113nats = { module = " io.nats:jnats" , version = " 2.25.3" }
116114
117- # DSP-TCK libraries
118- dsp-tck-runtime = { module = " org.eclipse.dataspacetck.dsp:tck-runtime" , version.ref = " dsp-tck" }
119- dsp-tck-core = { module = " org.eclipse.dataspacetck.dsp:core" , version.ref = " dsp-tck" }
120- dsp-tck-api = { module = " org.eclipse.dataspacetck.dsp:dsp-api" , version.ref = " dsp-tck" }
121- dsp-tck-system = { module = " org.eclipse.dataspacetck.dsp:dsp-system" , version.ref = " dsp-tck" }
122- dsp-tck-metadata = { module = " org.eclipse.dataspacetck.dsp:dsp-metadata" , version.ref = " dsp-tck" }
123- dsp-tck-catalog = { module = " org.eclipse.dataspacetck.dsp:dsp-catalog" , version.ref = " dsp-tck" }
124- dsp-tck-contractnegotiation = { module = " org.eclipse.dataspacetck.dsp:dsp-contract-negotiation" , version.ref = " dsp-tck" }
125- dsp-tck-transferprocess = { module = " org.eclipse.dataspacetck.dsp:dsp-transfer-process" , version.ref = " dsp-tck" }
126- junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junit" }
127-
128- # DCP-TCK libraries
129- dcp-testcases = { module = " org.eclipse.dataspacetck.dcp:dcp-testcases" , version.ref = " dcp-tck" }
130- dcp-tck-runtime = { module = " org.eclipse.dataspacetck.dsp:tck-runtime" , version.ref = " dcp-tck" }
131- dcp-system = { module = " org.eclipse.dataspacetck.dcp:dcp-system" , version.ref = " dcp-tck" }
132- dsp-core = { module = " org.eclipse.dataspacetck.dsp:core" , version.ref = " dcp-tck" }
133-
134- dps-tck = { module = " org.eclipse.dataspacetck.dps:dps-tck" , version.ref = " dps-tck" }
115+ dcp-tck = { module = " org.eclipse.dataspacetck.dcp:dcp-tck" , version = " 1.0.2" }
116+ dsp-tck = { module = " org.eclipse.dataspacetck.dsp:dsp-tck" , version = " 1.0.1" }
117+ dps-tck = { module = " org.eclipse.dataspacetck.dps:dps-tck" , version = " 1.1.2" }
135118
136119[bundles ]
137120jackson = [" jackson-annotations" , " jackson-databind" ]
0 commit comments