Dependency tweaks suggested by Gradle linter

I'm starting to wonder whether the linter might be driving us in
cycles rather than reaching a fixed point.  We should keep our eyes on
this.
This commit is contained in:
Ben Liblit 2018-01-17 12:26:00 -06:00
parent 3ba04469ad
commit d720046110
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,9 @@ dependencies {
'org.eclipse.core:org.eclipse.core.runtime:3.10.0.v20140318-2214',
'org.eclipse.platform:org.eclipse.core.runtime:3.13.0',
'org.eclipse.platform:org.eclipse.equinox.common:3.9.0',
'org.eclipse.platform:org.eclipse.osgi:3.12.50',
'org.eclipse.wst.jsdt:core:1.0.201.v2010012803',
'org.osgi:org.osgi.core:4.2.0',
project(':com.ibm.wala.cast'),
project(':com.ibm.wala.cast.js'),
project(':com.ibm.wala.cast.js.rhino'),
@ -15,5 +17,4 @@ dependencies {
project(':com.ibm.wala.util'),
project(configuration: 'testArchives', path: ':com.ibm.wala.ide.tests'),
)
testRuntime 'org.eclipse.platform:org.eclipse.osgi:3.12.50'
}