Use javaolution.Text in TextDocument implementation

This commit is contained in:
Kris De Volder
2016-12-12 12:59:15 -08:00
parent 4309f3535e
commit ddf1e47b3e
58 changed files with 133 additions and 102 deletions

View File

@@ -13,6 +13,11 @@
<dependencies>
<dependency>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>commons-util</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Guava collections -->
<dependency>
<groupId>com.google.guava</groupId>