We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1a338 commit ffeb302Copy full SHA for ffeb302
lib-extra/build.gradle
@@ -18,6 +18,10 @@ dependencies {
18
implementation "com.googlecode.concurrent-trees:concurrent-trees:2.6.1"
19
// for eclipse
20
implementation "dev.equo.ide:solstice:${VER_SOLSTICE}"
21
+ // the osgi dep is included in solstice, but it has some CVE's against it.
22
+ // 3.18.500 is the oldest, most-compatible version with no CVE's
23
+ // https://central.sonatype.com/artifact/org.eclipse.platform/org.eclipse.osgi/versions
24
+ implementation "org.eclipse.platform:org.eclipse.osgi:3.18.500"
25
26
// testing
27
testImplementation projects.testlib
0 commit comments