aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-13 16:51:11 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-13 16:51:11 +0200
commitd319cf3f6310237e021b6d1f90d9e10c721b8f71 (patch)
tree751790627e7f401ac73ac68e6fdf8d8ed6068f67 /application/pom.xml
parente7d625c96b84c8f318dfd37b90a1213167845ae9 (diff)
Revert back to using deprecated http client
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index f58e16a0341..9cba1de0047 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -117,6 +117,13 @@
<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>