Force OpenCV to 3.1.0 (#602)

Will break otherwise when I push a new version
This commit is contained in:
Thad House
2017-08-13 21:41:45 -07:00
committed by Peter Johnson
parent d682295ccd
commit 50ed55e8e2
2 changed files with 3 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ dependencies {
athenaRuntime ntcoreDep('java', 'arm')
athenaCompile cscoreDep('java', 'arm')
athenaRuntime cscoreDep('java', 'arm')
athenaCompile 'org.opencv:opencv-java:+'
athenaRuntime 'org.opencv:opencv-java:+'
athenaCompile 'org.opencv:opencv-java:3.1.0'
athenaRuntime 'org.opencv:opencv-java:3.1.0'
doc ntcoreDep('java', 'sources')
doc cscoreDep('java', 'sources')
}

View File

@@ -20,7 +20,7 @@ dependencies {
compile files(wpilibj.sourceSets.test.output.classesDir)
compile ntcoreDep('java', 'arm')
compile cscoreDep('java', 'arm')
compile 'org.opencv:opencv-java:+'
compile 'org.opencv:opencv-java:3.1.0'
compile 'junit:junit:4.11'
compile 'com.googlecode.junit-toolbox:junit-toolbox:2.0'
compile 'org.apache.ant:ant:1.9.4'