We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6066605 commit 23727b1Copy full SHA for 23727b1
build.gradle
@@ -7,7 +7,7 @@ apply plugin: 'signing'
7
apply plugin: 'maven-publish'
8
9
group 'io.appium'
10
-version '5.0.0-BETA6'
+version '5.0.0-BETA7'
11
12
repositories {
13
jcenter()
@@ -66,7 +66,6 @@ dependencies {
66
compile 'commons-io:commons-io:2.5'
67
compile 'org.springframework:spring-context:4.3.5.RELEASE'
68
compile 'org.aspectj:aspectjweaver:1.8.10'
69
- compile 'org.openpnp:opencv:3.2.0-1'
70
71
testCompile 'junit:junit:4.12'
72
}
0 commit comments