Skip to content

Commit

Permalink
Remove workaround in jdt.debug.tests
Browse files Browse the repository at this point in the history
Was needed for https://bugs.eclipse.org/462862 which is fixed long ago.
  • Loading branch information
akurtakov committed Sep 24, 2024
1 parent 849232f commit 2b23ef9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions org.eclipse.jdt.debug.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
<appArgLine>-consoleLog</appArgLine>
<dependencies>
<dependency>
<!-- workaround for missing dependency in org.eclipse.e4.ui.services: https://bugs.eclipse.org/462862 -->
<type>eclipse-plugin</type>
<artifactId>org.eclipse.equinox.event</artifactId>
<version>0.0.0</version>
</dependency>
</dependencies>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 2b23ef9

Please sign in to comment.