delete file quietly (#351)

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
Michael Hirsch
2016-11-18 11:17:09 +01:00
committed by GitHub
parent 710627ce46
commit 803bdbf1de
2 changed files with 6 additions and 4 deletions

View File

@@ -171,6 +171,10 @@
<artifactId>hawkbit-repository-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<!-- Vaadin -->
<dependency>
<groupId>com.vaadin</groupId>