summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2018-12-28 13:39:51 -0800
committerGeorge Fraser <george@fivetran.com>2018-12-28 13:39:51 -0800
commit524885c56c634deb75fe44804b99fadd63e2eebb (patch)
treedc7e3ec5794801530cc96990d69e0a2c2cf91b36 /pom.xml
parent1f1267e0c7d89750dbd6ff8806a73f8cfd9e673e (diff)
downloadjava-language-server-524885c56c634deb75fe44804b99fadd63e2eebb.zip
Remove lsp4j
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 4 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index bc678b9..3d111a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>