mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 18:27:56 +08:00
Java 8 compilation (upgrade JMockit). #PL-5830
This commit is contained in:
parent
8bb5a0984e
commit
87e7d96718
@ -108,7 +108,7 @@ configure([sharedLibModule, globalModule, coreModule, clientModule, guiModule,
|
||||
compile(group: 'org.springframework', name: 'spring-context', version: springVersion)
|
||||
compile(group: 'org.springframework', name: 'spring-web', version: springVersion)
|
||||
|
||||
testCompile(group: 'org.jmockit', name: 'jmockit', version: '1.14')
|
||||
testCompile('org.jmockit:jmockit:1.18')
|
||||
testCompile(group: 'junit', name: 'junit', version: '4.5')
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user