Skip to content

Commit 648d8c7

Browse files
sailingKielerChristoph Daniel Schulze
authored and
Christoph Daniel Schulze
committed
Service: follow-up on "Service: dropped exclusion while publishing to maven central": some dependency refinements
Signed-off-by: Christian Schneider <[email protected]>
1 parent f3901a8 commit 648d8c7

File tree

1 file changed

+10
-2
lines changed
  • plugins/org.eclipse.elk.core.service

1 file changed

+10
-2
lines changed

plugins/org.eclipse.elk.core.service/pom.xml

+10-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.inject</groupId>
3030
<artifactId>guice</artifactId>
31-
<version>3.0.0</version>
31+
<version>3.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.eclipse.elk</groupId>
@@ -44,7 +44,15 @@
4444
<groupId>org.eclipse.platform</groupId>
4545
<artifactId>org.eclipse.ui.workbench</artifactId>
4646
<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,
4856
defining e.g. 'org.eclipse.jface.preference.IPreferenceStore' -->
4957
</dependency>
5058
<dependency>

0 commit comments

Comments
 (0)