File tree 1 file changed +10
-2
lines changed
plugins/org.eclipse.elk.core.service
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.google.inject</groupId >
30
30
<artifactId >guice</artifactId >
31
- <version >3.0.0 </version >
31
+ <version >3.0</version >
32
32
</dependency >
33
33
<dependency >
34
34
<groupId >org.eclipse.elk</groupId >
44
44
<groupId >org.eclipse.platform</groupId >
45
45
<artifactId >org.eclipse.ui.workbench</artifactId >
46
46
<version >3.110.0</version >
47
- <!-- transitively pulls 'org.eclipse.jface'
47
+ <exclusions >
48
+ <!-- exclude org.eclipse.swt here, as that in turn depends on "org.eclipse.platform:org.eclipse.swt.${osgi.platform}";
49
+ that construction is prone to result in build troubles. -->
50
+ <exclusion >
51
+ <groupId >org.eclipse.platform</groupId >
52
+ <artifactId >org.eclipse.swt</artifactId >
53
+ </exclusion >
54
+ </exclusions >
55
+ <!-- transitively pulls 'org.eclipse.jface', too,
48
56
defining e.g. 'org.eclipse.jface.preference.IPreferenceStore' -->
49
57
</dependency >
50
58
<dependency >
You can’t perform that action at this time.
0 commit comments