Removes OpenCV dependency from wpilibJNI (#667)

Not exactly sure why it was there in the first place. Closes #664
This commit is contained in:
Thad House
2017-10-12 18:25:17 -07:00
committed by Peter Johnson
parent e1dc099517
commit 24752a9751

View File

@@ -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) {