summaryrefslogtreecommitdiffstats
path: root/vespa-http-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-http-client/pom.xml')
-rw-r--r--vespa-http-client/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespa-http-client/pom.xml b/vespa-http-client/pom.xml
index eefb07d4ece..b25f54362ed 100644
--- a/vespa-http-client/pom.xml
+++ b/vespa-http-client/pom.xml
@@ -151,9 +151,9 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>${vespaClients.jdk.releaseVersion}</release>
- <showDeprecation>true</showDeprecation>
<compilerArgs>
<arg>-Xlint:all</arg>
+ <arg>-Xlint:-deprecation</arg>
<arg>-Xlint:-serial</arg>
<arg>-Werror</arg>
</compilerArgs>