Additional integration tests

Signed-off-by: brian <brian@brutex.de>
This commit is contained in:
Brian Rosenberger 2022-10-05 13:31:33 +02:00
parent c58038bf06
commit ac7df3831e

View File

@ -38,4 +38,6 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-databind"
testImplementation "org.bytedeco:opencv"
testImplementation "org.bytedeco:javacv"
testImplementation "net.brutex.ai:dl4j-test-resources:1.0.1-SNAPSHOT"
}