summaryrefslogtreecommitdiffstats
path: root/service-monitor
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-01-06 12:00:36 +0000
committerArne H Juul <arnej@yahooinc.com>2022-01-06 12:02:40 +0000
commit2f71ba60e9822f81adde498bf0f46196a198fed9 (patch)
treec07b1b555187de19e4f71966d05f11a7060cdff1 /service-monitor
parent17ba3c5161b36525b86d5522d876db101fcfc6f0 (diff)
unify java warnings
* these were stricter than in parent, but to simplify we can just use compiler args from parent
Diffstat (limited to 'service-monitor')
-rw-r--r--service-monitor/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/service-monitor/pom.xml b/service-monitor/pom.xml
index b8ac12ebb4e..067ea451e35 100644
--- a/service-monitor/pom.xml
+++ b/service-monitor/pom.xml
@@ -136,14 +136,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:-try</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>