Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023 Contributors to the Eclipse Foundation
* Copyright (c) 2023 - 2025 Contributors to the Eclipse Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -60,6 +60,12 @@ subprojects {
}
systemProperties = systemPropertiesMap
}

// https://docs.gradle.org/current/userguide/dependency_locking.html
dependencyLocking {
lockAllConfigurations()
lockFile = file("$projectDir/gradle.lockfile")
}
}

@OptIn(ExperimentalPathApi::class)
Expand Down
3 changes: 0 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ detekt = "1.23.6"
dockerJavaCore = "3.4.1"
dokka = "1.9.10"
kotlin = "1.9.22"
tomcatAnnotations = "6.0.53"
ktlint = "0.0" # Maintained inside ktlint.gradle.kts
grpc = "1.65.1"
grpcKotlin = "1.4.1"
Expand All @@ -25,7 +24,6 @@ grpc-kotlin-stub = { group = "io.grpc", name = "grpc-kotlin-stub", version.ref =
protoc-gen-grpc-kotlin = { group = "io.grpc", name = "protoc-gen-grpc-kotlin", version.ref = "grpcKotlin" }
protobuf-kotlin-lite = { group = "com.google.protobuf", name = "protobuf-kotlin-lite", version.ref = "protobuf" }

tomcat-annotations = { group = "org.apache.tomcat", name = "annotations-api", version.ref = "tomcatAnnotations" }
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" }
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" }

Expand All @@ -44,4 +42,3 @@ grpc-protoc-java-gen = { group = "io.grpc", name = "protoc-gen-grpc-java", versi

[plugins]
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
pluginPublishing = { id = "com.gradle.plugin-publish", version = "1.2.1" }
Comment thread
lukasmittag marked this conversation as resolved.
15 changes: 6 additions & 9 deletions kuksa-java-sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,22 +88,19 @@ java {
}

dependencies {
api(project(":vss-core")) // Models are exposed

testImplementation(project(":test-core"))

// needs to be api as long as we expose ProtoBuf specific objects
api(libs.grpc.protobuf)
api(libs.protobuf.kotlin.lite)

implementation(kotlin("reflect"))

api(project(":vss-core")) // models are exposed
api(libs.grpc.protobuf) // needs to be api as long as we expose ProtoBuf specific objects

implementation(libs.protobuf.kotlin.lite)
implementation(libs.grpc.okhttp)
implementation(libs.grpc.stub)
implementation(libs.grpc.kotlin.stub)
implementation(libs.tomcat.annotations)
implementation(libs.kotlinx.coroutines.core)

testImplementation(project(":test-core"))

testImplementation(libs.kotlinx.coroutines.test)
testImplementation(libs.kotest)
testImplementation(libs.mockk)
Expand Down
159 changes: 159 additions & 0 deletions kuksa-java-sdk/gradle.lockfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.3.5=ktlint
ch.qos.logback:logback-core:1.3.5=ktlint
com.fasterxml.jackson.core:jackson-annotations:2.10.3=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.fasterxml.jackson.core:jackson-core:2.10.3=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.fasterxml.jackson.core:jackson-databind:2.10.3=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.github.ajalt:colormath:1.2.0=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.github.ajalt:mordant:1.2.1=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.github.docker-java:docker-java-api:3.4.1=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.github.docker-java:docker-java-core:3.4.1=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.github.docker-java:docker-java-transport-httpclient5:3.4.1=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.github.docker-java:docker-java-transport:3.4.1=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.google.android:annotations:4.1.1.4=compileProtoPath,testCompileProtoPath,testRuntimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.google.code.gson:gson:2.10.1=compileProtoPath,testCompileProtoPath,testRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.23.0=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.google.guava:failureaccess:1.0.1=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.google.guava:guava:32.1.3-android=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
com.google.protobuf:protobuf-javalite:3.25.3=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.google.protobuf:protobuf-kotlin-lite:3.25.3=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.google.protobuf:protoc:3.25.3=protobufToolsLocator_protoc
com.pinterest.ktlint:ktlint-cli-reporter:0.49.0=ktlint
com.pinterest.ktlint:ktlint-cli-ruleset-core:0.49.0=ktlint
com.pinterest.ktlint:ktlint-core:0.49.0=ktlint
com.pinterest.ktlint:ktlint-logger:0.49.0=ktlint
com.pinterest.ktlint:ktlint-reporter-baseline:0.49.0=ktlint
com.pinterest.ktlint:ktlint-reporter-checkstyle:0.49.0=ktlint
com.pinterest.ktlint:ktlint-reporter-format:0.49.0=ktlint
com.pinterest.ktlint:ktlint-reporter-html:0.49.0=ktlint
com.pinterest.ktlint:ktlint-reporter-json:0.49.0=ktlint
com.pinterest.ktlint:ktlint-reporter-plain-summary:0.49.0=ktlint
com.pinterest.ktlint:ktlint-reporter-plain:0.49.0=ktlint
com.pinterest.ktlint:ktlint-reporter-sarif:0.49.0=ktlint
com.pinterest.ktlint:ktlint-rule-engine-core:0.49.0=ktlint
com.pinterest.ktlint:ktlint-rule-engine:0.49.0=ktlint
com.pinterest.ktlint:ktlint-ruleset-standard:0.49.0=ktlint
com.pinterest:ktlint:0.49.0=ktlint
com.squareup.okio:okio-jvm:3.4.0=compileProtoPath,testCompileProtoPath,testRuntimeClasspath
com.squareup.okio:okio:3.4.0=compileProtoPath,testCompileProtoPath,testRuntimeClasspath
commons-codec:commons-codec:1.13=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
commons-io:commons-io:2.13.0=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
info.picocli:picocli:4.7.1=ktlint
io.github.classgraph:classgraph:4.8.162=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.github.detekt.sarif4k:sarif4k:0.2.0=ktlint
io.github.java-diff-utils:java-diff-utils:4.12=testCompileProtoPath,testRuntimeClasspath
io.github.microutils:kotlin-logging-jvm:3.0.5=ktlint
io.grpc:grpc-api:1.65.1=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.grpc:grpc-context:1.65.1=compileProtoPath,testCompileProtoPath,testRuntimeClasspath
io.grpc:grpc-core:1.65.1=compileProtoPath,testCompileProtoPath,testRuntimeClasspath
io.grpc:grpc-kotlin-stub:1.4.1=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.grpc:grpc-okhttp:1.65.1=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.grpc:grpc-protobuf-lite:1.65.1=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.grpc:grpc-stub:1.65.1=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.grpc:grpc-util:1.65.1=compileProtoPath,testCompileProtoPath,testRuntimeClasspath
io.grpc:protoc-gen-grpc-java:1.65.1=protobufToolsLocator_grpc
io.grpc:protoc-gen-grpc-kotlin:1.4.1=protobufToolsLocator_grpckt
io.kotest:kotest-assertions-api-jvm:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-assertions-api:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-assertions-core-jvm:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-assertions-core:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-assertions-shared-jvm:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-assertions-shared:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-common-jvm:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-common:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-extensions-jvm:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-extensions:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-framework-api-jvm:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-framework-api:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-framework-concurrency-jvm:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-framework-concurrency:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-framework-discovery-jvm:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-framework-discovery:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-framework-engine-jvm:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-framework-engine:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-runner-junit5-jvm:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.kotest:kotest-runner-junit5:5.7.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.mockk:mockk-agent-api-jvm:1.13.7=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.mockk:mockk-agent-api:1.13.7=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.mockk:mockk-agent-jvm:1.13.7=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.mockk:mockk-agent:1.13.7=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.mockk:mockk-core-jvm:1.13.7=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.mockk:mockk-core:1.13.7=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.mockk:mockk-dsl-jvm:1.13.7=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.mockk:mockk-dsl:1.13.7=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.mockk:mockk-jvm:1.13.7=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.mockk:mockk:1.13.7=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.perfmark:perfmark-api:0.26.0=compileProtoPath,testCompileProtoPath,testRuntimeClasspath
javax.annotation:javax.annotation-api:1.3.2=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
junit:junit:4.13.2=testCompileProtoPath,testRuntimeClasspath
net.bytebuddy:byte-buddy-agent:1.12.20=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
net.bytebuddy:byte-buddy:1.12.20=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
net.java.dev.jna:jna-platform:5.9.0=testCompileProtoPath,testRuntimeClasspath
net.java.dev.jna:jna:5.13.0=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
net.java.dev.jna:jna:5.6.0=ktlint
org.apache.commons:commons-compress:1.21=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.apache.commons:commons-lang3:3.12.0=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.apache.httpcomponents.client5:httpclient5:5.0.3=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.apache.httpcomponents.core5:httpcore5-h2:5.0.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.apache.httpcomponents.core5:httpcore5:5.0.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
org.bouncycastle:bcpkix-jdk18on:1.76=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.bouncycastle:bcprov-jdk18on:1.76=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.bouncycastle:bcutil-jdk18on:1.76=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.checkerframework:checker-qual:3.37.0=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.23=compileProtoPath,testCompileProtoPath,testRuntimeClasspath
org.ec4j.core:ec4j-core:0.3.0=ktlint
org.hamcrest:hamcrest-core:1.3=testCompileProtoPath,testRuntimeClasspath
org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent
org.jetbrains.intellij.deps:trove4j:1.0.20200330=kotlinCompilerClasspath,ktlint
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.8.20=ktlint
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.22=kotlinCompilerClasspath
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.8.20=ktlint
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.9.22=kotlinCompilerClasspath
org.jetbrains.kotlin:kotlin-reflect:1.6.10=kotlinCompilerClasspath,ktlint
org.jetbrains.kotlin:kotlin-reflect:1.9.22=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.jetbrains.kotlin:kotlin-script-runtime:1.8.20=ktlint
org.jetbrains.kotlin:kotlin-script-runtime:1.9.22=kotlinCompilerClasspath,kotlinCompilerPluginClasspathMain,kotlinCompilerPluginClasspathTest
org.jetbrains.kotlin:kotlin-scripting-common:1.9.22=kotlinCompilerPluginClasspathMain,kotlinCompilerPluginClasspathTest
org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.9.22=kotlinCompilerPluginClasspathMain,kotlinCompilerPluginClasspathTest
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.9.22=kotlinCompilerPluginClasspathMain,kotlinCompilerPluginClasspathTest
org.jetbrains.kotlin:kotlin-scripting-jvm:1.9.22=kotlinCompilerPluginClasspathMain,kotlinCompilerPluginClasspathTest
org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20=ktlint
org.jetbrains.kotlin:kotlin-stdlib-common:1.9.22=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.20=compileClasspath,compileProtoPath,ktlint,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20=compileClasspath,compileProtoPath,ktlint,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib:1.8.20=ktlint
org.jetbrains.kotlin:kotlin-stdlib:1.9.22=compileClasspath,compileProtoPath,kotlinCompilerClasspath,kotlinCompilerPluginClasspathMain,kotlinCompilerPluginClasspathTest,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.7.3=testCompileProtoPath,testRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.3=testCompileProtoPath,testRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.7.3=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.4.1=ktlint
org.jetbrains.kotlinx:kotlinx-serialization-core:1.4.1=ktlint
org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.4.1=ktlint
org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1=ktlint
org.jetbrains:annotations:13.0=kotlinCompilerClasspath,kotlinCompilerPluginClasspathMain,kotlinCompilerPluginClasspathTest,ktlint
org.jetbrains:annotations:23.0.0=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.8.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.8.2=testCompileProtoPath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-params:5.8.2=testCompileProtoPath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter:5.8.2=testCompileProtoPath,testRuntimeClasspath
org.junit.platform:junit-platform-commons:1.8.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.junit.platform:junit-platform-engine:1.8.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.junit.platform:junit-platform-launcher:1.8.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.junit.platform:junit-platform-suite-api:1.8.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.junit:junit-bom:5.8.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.objenesis:objenesis:3.3=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.opentest4j:opentest4j:1.2.0=testCompileClasspath
org.opentest4j:opentest4j:1.3.0=testCompileProtoPath,testRuntimeClasspath
org.slf4j:slf4j-api:1.7.30=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.slf4j:slf4j-api:2.0.4=ktlint
empty=annotationProcessor,kotlinScriptDefExtensions,protobuf,testAnnotationProcessor,testKotlinScriptDefExtensions,testProtobuf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023 Contributors to the Eclipse Foundation
* Copyright (c) 2023 - 2025 Contributors to the Eclipse Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*
*/

package org.eclipse.kuksa.extension.vss
Expand Down Expand Up @@ -57,7 +58,8 @@ fun <T : VssNode> T.deepCopy(generation: Int = 0, changedHeritage: List<VssNode>
// Create the missing link between this [VssNode] and the given node inbetween
var heritageLine = changedHeritage
if (changedHeritage.size == 1) {
heritageLine = findHeritageLine(changedHeritage.first(), true)
val heir = changedHeritage.firstOrNull()!! // safe cast to non-null because size == 1
Comment thread
lukasmittag marked this conversation as resolved.
heritageLine = findHeritageLine(heir, true)
.toList()
.ifEmpty { changedHeritage }
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023 - 2024 Contributors to the Eclipse Foundation
* Copyright (c) 2023 - 2025 Contributors to the Eclipse Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -57,7 +57,6 @@ class SecureDataBrokerDockerContainer(
"--tls-private-key", "$tlsMount/Server.key",
"--jwt-public-key", "$authenticationMount/jwt.key.pub",
)
val toString = withCmd.toString()
return withCmd
.exec()
}
Expand Down
Loading