Fix building and testing with JDK 11
This commit is contained in:
@ -9,15 +9,16 @@ dependencies {
|
||||
implementation "net.i2p.client:streaming:$rootProject.i2pVersion"
|
||||
|
||||
api 'com.sun.mail:mailapi:1.5.6'
|
||||
implementation 'com.sun.activation:jakarta.activation:1.2.1'
|
||||
implementation 'com.lambdaworks:scrypt:1.4.0'
|
||||
implementation 'org.apache.james:apache-mime4j-core:0.7.2'
|
||||
implementation 'org.b1.pack:lzma-sdk-4j:9.22.0'
|
||||
implementation 'org.bouncycastle:bcprov-jdk15on:1.58'
|
||||
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.jmock:jmock:2.8.2'
|
||||
testImplementation 'org.jmock:jmock-legacy:2.8.2'
|
||||
testImplementation 'org.mockito:mockito-core:2.7.19'
|
||||
testImplementation 'org.jmock:jmock:2.10.0-RC3'
|
||||
testImplementation 'org.jmock:jmock-legacy:2.10.0-RC3'
|
||||
testImplementation 'org.mockito:mockito-core:2.24.0'
|
||||
}
|
||||
|
||||
test {
|
||||
|
Reference in New Issue
Block a user