summaryrefslogtreecommitdiffstats
path: root/vespa-http-client
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-04-03 16:32:27 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-04-03 16:32:27 +0200
commita3022c3b1fc8d6606b385dfd72011055d2743fdc (patch)
tree18c301effcc9d2b83da0091eace60c76ae1cfa8e /vespa-http-client
parent7519c2de2847af18fbe80142ec1e9cb4552a7bb8 (diff)
Don't warn/fail on missing serialVersionUID
Diffstat (limited to 'vespa-http-client')
-rw-r--r--vespa-http-client/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespa-http-client/pom.xml b/vespa-http-client/pom.xml
index 44f27fe1b6c..c4373e50747 100644
--- a/vespa-http-client/pom.xml
+++ b/vespa-http-client/pom.xml
@@ -102,6 +102,7 @@
<showDeprecation>true</showDeprecation>
<compilerArgs>
<arg>-Xlint:all</arg>
+ <arg>-Xlint:-serial</arg>
<arg>-Werror</arg>
</compilerArgs>
</configuration>