diff --git a/build.gradle b/build.gradle index bf3c4e78a..ed37edd72 100644 --- a/build.gradle +++ b/build.gradle @@ -66,6 +66,7 @@ dependencies { compile 'commons-io:commons-io:2.5' compile 'org.springframework:spring-context:4.3.5.RELEASE' compile 'org.aspectj:aspectjweaver:1.8.10' + compile 'org.openpnp:opencv:3.2.0-1' testCompile 'junit:junit:4.12' }