summaryrefslogtreecommitdiffstats
path: root/http-utils
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2022-07-12 11:12:50 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-07-12 11:12:50 +0200
commitd613ea75051bfa6ed25129b5123ca43ee3642536 (patch)
treec24f27b34b38b18ec11e3b8687618542639857c1 /http-utils
parente65c9d4cc7d4950f309b50b8d5443e97188d6321 (diff)
Modules are no longer dependency of JDK8 based clients
Diffstat (limited to 'http-utils')
-rw-r--r--http-utils/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/http-utils/pom.xml b/http-utils/pom.xml
index 52dac0cfeea..5b26235b62e 100644
--- a/http-utils/pom.xml
+++ b/http-utils/pom.xml
@@ -66,10 +66,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <release>${vespaClients.jdk.releaseVersion}</release>
- <showDeprecation>true</showDeprecation>
- </configuration>
</plugin>
</plugins>
</build>