summaryrefslogtreecommitdiffstats
path: root/controller-server/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-03-04 15:19:21 +0100
committergjoranv <gv@verizonmedia.com>2019-03-04 15:21:23 +0100
commit89e0a748bd591a4279683fe28a05a49c1a3e53d1 (patch)
treea7d5627c4a5868fbcadb9de02f9ab38022461019 /controller-server/pom.xml
parent9f16e096695672c95f36bda6348d659b7fbab2eb (diff)
JDK 11: Replace LogRecord.setMillis with setInstant.
- Suppress deprecation warnings locally instead of globally in controller-server.
Diffstat (limited to 'controller-server/pom.xml')
-rw-r--r--controller-server/pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/controller-server/pom.xml b/controller-server/pom.xml
index 034f96b9445..c4cb66de3ec 100644
--- a/controller-server/pom.xml
+++ b/controller-server/pom.xml
@@ -177,15 +177,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgs>
- <arg>-Xlint:all</arg>
- <arg>-Xlint:-serial</arg>
- <arg>-Xlint:-deprecation</arg>
- <arg>-Xlint:-try</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
</plugins>
</build>