Skip to content

Commit

Permalink
Fix tests failing to run on Mac
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon authored and rgrunber committed Mar 27, 2024
1 parent 0acbde9 commit f1fb1ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.jdt.ls.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
<configuration>
<dependencies>
<dependency>
<artifactId>org.eclipse.jdt</artifactId>
<artifactId>org.eclipse.jdt.launching.macosx</artifactId>
<version>0.0.0</version>
<type>eclipse-feature</type>
<type>eclipse-plugin</type>
</dependency>
</dependencies>
</configuration>
Expand Down

0 comments on commit f1fb1ea

Please sign in to comment.