Skip to content

Commit

Permalink
Revert "Exclude org.osgi.service.prefs to fix build (#3001)" (#3005)
Browse files Browse the repository at this point in the history
This reverts commit af0566a.
  • Loading branch information
wborn authored Jun 17, 2022
1 parent cdf876c commit 2b4e5af
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions bom/compile-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
</exclusion>
<exclusion>
<!-- See: https://github.com/eclipse-equinox/equinox.bundles/issues/54 -->
<groupId>org.osgi.service</groupId>
<artifactId>org.osgi.service.prefs</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down Expand Up @@ -76,24 +71,12 @@
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
</exclusion>
<exclusion>
<!-- See: https://github.com/eclipse-equinox/equinox.bundles/issues/54 -->
<groupId>org.osgi.service</groupId>
<artifactId>org.osgi.service.prefs</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.codegen.ecore</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<!-- See: https://github.com/eclipse-equinox/equinox.bundles/issues/54 -->
<groupId>org.osgi.service</groupId>
<artifactId>org.osgi.service.prefs</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- EMF MWE2 -->
Expand Down

0 comments on commit 2b4e5af

Please sign in to comment.