From 24752a9751172de32f453e6650fa41780ffcebc8 Mon Sep 17 00:00:00 2001 From: Thad House Date: Thu, 12 Oct 2017 18:25:17 -0700 Subject: [PATCH] Removes OpenCV dependency from wpilibJNI (#667) Not exactly sure why it was there in the first place. Closes #664 --- wpilibj/build.gradle | 9 --------- 1 file changed, 9 deletions(-) diff --git a/wpilibj/build.gradle b/wpilibj/build.gradle index 81308c8ace..58c462a716 100644 --- a/wpilibj/build.gradle +++ b/wpilibj/build.gradle @@ -224,15 +224,6 @@ model { sharedConfigs = [ wpilibJNIShared: [] ] staticConfigs = [ wpilibJNIStatic: [] ] } - opencv(DependencyConfig) { - groupId = 'org.opencv' - artifactId = 'opencv-cpp' - headerClassifier = 'headers' - ext = 'zip' - version = '3.2.0' - sharedConfigs = [ wpilibJNIShared: [] ] - staticConfigs = [ wpilibJNIStatic: [] ] - } } components { wpilibJNIStatic(NativeLibrarySpec) {