diff options
author | George Fraser <george@fivetran.com> | 2018-12-28 13:39:51 -0800 |
---|---|---|
committer | George Fraser <george@fivetran.com> | 2018-12-28 13:39:51 -0800 |
commit | 524885c56c634deb75fe44804b99fadd63e2eebb (patch) | |
tree | dc7e3ec5794801530cc96990d69e0a2c2cf91b36 /pom.xml | |
parent | 1f1267e0c7d89750dbd6ff8806a73f8cfd9e673e (diff) | |
download | java-language-server-524885c56c634deb75fe44804b99fadd63e2eebb.zip |
Remove lsp4j
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -15,17 +15,11 @@ </repository> </distributionManagement> <dependencies> - <!-- Java implementation of VS Code language server protocol --> + <!-- JSON support --> <dependency> - <groupId>org.eclipse.lsp4j</groupId> - <artifactId>org.eclipse.lsp4j</artifactId> - <version>0.5.0</version> - <exclusions> - <exclusion> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </exclusion> - </exclusions> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>2.8.5</version> </dependency> <!-- Guava collections--> <dependency> |