Skip to content

Commit 14ea296

Browse files
committed
Remove unnecessary Gson dependency in pom file.
- com.google.gson will come from the o.e.jdt.ls.tp target so there is no need to specify it as a dependency in the pom Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent 90b74b1 commit 14ea296

File tree

1 file changed

+0
-7
lines changed
  • microprofile.jdt/org.eclipse.lsp4mp.jdt.core

1 file changed

+0
-7
lines changed

microprofile.jdt/org.eclipse.lsp4mp.jdt.core/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,4 @@
1313
<name>MicroProfile JDT LS Extension</name>
1414
<description>MicroProfile JDT LS Extension - Core</description>
1515

16-
<dependencies>
17-
<dependency>
18-
<groupId>com.google.code.gson</groupId>
19-
<artifactId>gson</artifactId>
20-
<version>2.8.5</version>
21-
</dependency>
22-
</dependencies>
2316
</project>

0 commit comments

Comments
 (0)