some code cleanup work

This commit is contained in:
Martin Lippert
2017-03-10 14:23:50 +01:00
parent f53370e380
commit 88ab57f1a0
5 changed files with 11 additions and 92 deletions

View File

@@ -53,6 +53,11 @@
<artifactId>java-properties</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>commons-yaml</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Eclipse JDT for parsing (at the moment) -->
<dependency>