Skip to content

Commit

Permalink
Simplify jdi.tests pom
Browse files Browse the repository at this point in the history
Remove no longer needed or duplicated lines.
  • Loading branch information
akurtakov committed Sep 24, 2024
1 parent 75a851a commit 0180348
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions org.eclipse.jdt.debug.jdi.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,17 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<useProjectSettings>true</useProjectSettings>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<useUIHarness>false</useUIHarness>
<useUIThread>false</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 0180348

Please sign in to comment.