Skip to content

Commit

Permalink
Service: follow-up on "Service: dropped exclusion while publishing to…
Browse files Browse the repository at this point in the history
… maven central": some dependency refinements

Signed-off-by: Christian Schneider <christian.schneider@typefox.io>
  • Loading branch information
sailingKieler authored and Christoph Daniel Schulze committed Mar 3, 2020
1 parent f3901a8 commit 648d8c7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions plugins/org.eclipse.elk.core.service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>3.0.0</version>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.elk</groupId>
Expand All @@ -44,7 +44,15 @@
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.ui.workbench</artifactId>
<version>3.110.0</version>
<!-- transitively pulls 'org.eclipse.jface'
<exclusions>
<!-- exclude org.eclipse.swt here, as that in turn depends on "org.eclipse.platform:org.eclipse.swt.${osgi.platform}";
that construction is prone to result in build troubles. -->
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.swt</artifactId>
</exclusion>
</exclusions>
<!-- transitively pulls 'org.eclipse.jface', too,
defining e.g. 'org.eclipse.jface.preference.IPreferenceStore' -->
</dependency>
<dependency>
Expand Down

0 comments on commit 648d8c7

Please sign in to comment.