Skip to content

Commit 1fbf16f

Browse files
authored
fix: add rule for 'testcontainers' metadata (#483)
Signed-off-by: Jendrik Johannes <jendrik@onepiece.software>
1 parent 1d43455 commit 1fbf16f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/main/kotlin/org.hiero.gradle.base.jpms-modules.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jvmDependencyConflicts.patch {
5050
module("org.rnorth.duct-tape:duct-tape") {
5151
addRuntimeOnlyDependency("org.slf4j:slf4j-api") // wrongly marked as provided
5252
}
53+
module("org.testcontainers:testcontainers") {
54+
// transitive dependencies of 'commons-compress' that are used directly
55+
addRuntimeOnlyDependency("commons-codec:commons-codec")
56+
addRuntimeOnlyDependency("commons-io:commons-io")
57+
addRuntimeOnlyDependency("org.apache.commons:commons-lang3")
58+
}
5359

5460
// Reduce scope of transitively added annotation libraries
5561
val annotationLibrariesCompileTime =

0 commit comments

Comments
 (0)