201: picocontainer.jar is removed
This commit is contained in:
@@ -18,8 +18,11 @@ dependencies {
|
||||
compile(project(":compiler:resolution"))
|
||||
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "guava", rootProject = rootProject) }
|
||||
Platform[193].orLower {
|
||||
compileOnly(intellijDep()) { includeJars("picocontainer", rootProject = rootProject) }
|
||||
}
|
||||
compileOnly(intellijDep()) {
|
||||
includeJars("trove4j", "picocontainer", rootProject = rootProject)
|
||||
includeJars("trove4j", rootProject = rootProject)
|
||||
}
|
||||
|
||||
Platform[192].orHigher {
|
||||
|
||||
Reference in New Issue
Block a user