summaryrefslogtreecommitdiffstats
path: root/vespa-http-client
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-http-client')
-rw-r--r--vespa-http-client/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/vespa-http-client/pom.xml b/vespa-http-client/pom.xml
index e3ecf2c0d23..6ee3d56673d 100644
--- a/vespa-http-client/pom.xml
+++ b/vespa-http-client/pom.xml
@@ -167,18 +167,6 @@
</jdkToolchain>
<source>${java.version}</source>
<target>${java.version}</target>
- <showWarnings>true</showWarnings>
- <optimize>true</optimize>
- <showDeprecation>false</showDeprecation>
- <compilerArgs>
- <arg>-Xlint:all</arg>
- <arg>-Xlint:-serial</arg>
- <arg>-Xlint:-try</arg>
- <arg>-Xlint:-processing</arg>
- <arg>-Xlint:-varargs</arg>
- <arg>-Xlint:-options</arg>
- <arg>-Werror</arg>
- </compilerArgs>
</configuration>
</plugin>
</plugins>