aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-utils
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-01-06 07:46:20 +0000
committerArne H Juul <arnej@yahooinc.com>2022-01-06 08:17:08 +0000
commitb32a0e760a9e9aa9f1ed69b735c55e9fc4665711 (patch)
tree75d4764ae7cb074a2655e1175113e33bbf18557b /clustercontroller-utils
parentba956c3d1558b7c421a9915cb97d357dd08ad2a3 (diff)
unify java warnings (use compiler args from parent)
Diffstat (limited to 'clustercontroller-utils')
-rw-r--r--clustercontroller-utils/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/clustercontroller-utils/pom.xml b/clustercontroller-utils/pom.xml
index 4f87b844bf2..bf97dbd79ae 100644
--- a/clustercontroller-utils/pom.xml
+++ b/clustercontroller-utils/pom.xml
@@ -56,13 +56,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgs>
- <arg>-Xlint:unchecked</arg>
- <arg>-Xlint:deprecation</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
</plugins>
</build>