Subversion Repositories SmartDukaan

Rev

Rev 34039 | Rev 34100 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34039 Rev 34094
Line 69... Line 69...
69
    compile group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '2.41.0'
69
    compile group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '2.41.0'
70
    implementation 'org.jsoup:jsoup:1.11.3'
70
    implementation 'org.jsoup:jsoup:1.11.3'
71
    implementation 'org.apache.httpcomponents:httpclient:4.5.13'
71
    implementation 'org.apache.httpcomponents:httpclient:4.5.13'
72
    implementation 'org.bouncycastle:bcprov-jdk16:1.45'
72
    implementation 'org.bouncycastle:bcprov-jdk16:1.45'
73
    // https://mvnrepository.com/artifact/opencv/opencv
73
    // https://mvnrepository.com/artifact/opencv/opencv
74
    implementation group: 'org.openpnp', name: 'opencv', version: '4.7.0-0'
74
    //implementation group: 'org.openpnp', name: 'opencv', version: '4.3.0-0'
-
 
75
    implementation group: 'org.openpnp', name: 'opencv', version: '3.4.2-0'
-
 
76
    //implementation group: 'org.openpnp', name: 'opencv', version: '4.5.1-2'
75
    implementation('com.google.auth:google-auth-library-oauth2-http:1.17.0') {
77
    implementation('com.google.auth:google-auth-library-oauth2-http:1.17.0') {
76
        exclude group: 'org.apache.httpcomponents', module: 'httpclient'
78
        exclude group: 'org.apache.httpcomponents', module: 'httpclient'
77
        exclude group: 'com.google.guava', module: 'guava'
79
        exclude group: 'com.google.guava', module: 'guava'
78
    }
80
    }
79
 
81
 
-
 
82
 
80
}
83
}
81
 
84
 
82
defaultTasks 'copyEnv', 'build'
85
defaultTasks 'copyEnv', 'build'
83
86