summaryrefslogtreecommitdiffstats
path: root/vespalog
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-06-07 22:09:54 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:32 +0200
commitfb9d9540ccd782ba67ba45c1f17660ca93e4f343 (patch)
tree69b13623b606c337a347a965b8c05fcb323052eb /vespalog
parentb0e952de522b53dee01a76b582377e74878e62a8 (diff)
Re-enable deprecation warnings.
Diffstat (limited to 'vespalog')
-rw-r--r--vespalog/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/vespalog/pom.xml b/vespalog/pom.xml
index 1fa007d6029..4ced763f13f 100644
--- a/vespalog/pom.xml
+++ b/vespalog/pom.xml
@@ -53,14 +53,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <!-- TODO Vespa 8: remove configuration.
- Included to allow 'removal' warnings for classes in its own module -->
- <configuration>
- <compilerArgs>
- <arg>-Xlint:all,-serial,-try,-processing,-removal</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>