Additional integration tests

Signed-off-by: brian <brian@brutex.de>
master
Brian Rosenberger 2022-10-05 13:31:33 +02:00
parent 7362ea278b
commit 37e1e60603
1 changed files with 2 additions and 0 deletions

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"
}