summaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-19 16:03:20 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-19 16:03:20 +0200
commit7876045545dada821b7f391398849089a0603cf5 (patch)
treefba51c54773608fba66ed51421e3b005c8fee5e3 /application/pom.xml
parente8d627cd40ee17afb238a766c3254be3f68d2e07 (diff)
Fix warning and enable warning-as-error
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 9cba1de0047..f58e16a0341 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -117,13 +117,6 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
- <configuration>
- <args>
- <arg>-unchecked</arg>
- <arg>-deprecation</arg>
- <arg>-feature</arg>
- </args>
- </configuration>
<executions>
<execution>
<id>compile</id>