fix silly attempts to get rid of errors during compilation and put the missing import-package in place, otherwise it obviously cannot work

This commit is contained in:
Martin Lippert
2019-07-31 15:53:44 +02:00
parent ed2a6db603
commit 13dbd5fa00
5 changed files with 2 additions and 12 deletions

View File

@@ -18,15 +18,6 @@
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<compilerArgument>-warn:+discouraged,forbidden</compilerArgument>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
@@ -86,6 +77,7 @@
</plugin>
</plugins>
</build>
</project>