aboutsummaryrefslogtreecommitdiffstats
path: root/config/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-06-02 14:00:04 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:25 +0200
commitcf964397ea89d06916658df9b3c1c548a8960380 (patch)
tree58ed821630fb6ee4550731a7c7f6d0160ee10cd0 /config/pom.xml
parent9838be1d92c23c6c09e2ffbe033d1afd04fc038c (diff)
Revoke com.yahoo.config.subscription as public API
Also remove some deprecated methods in ConfigGetter
Diffstat (limited to 'config/pom.xml')
-rwxr-xr-xconfig/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/pom.xml b/config/pom.xml
index 546e65c048c..4eceef8c748 100755
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -186,14 +186,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>