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 13:14:46 +0200
commit0e6d59ce43a7dc16930edd631723e1dfb3296271 (patch)
tree12b33ba28c9d53d0f77f808b5bede043e5b72313 /http-utils
parent04107d40dc4bc0b83d8cfbf06ad746be45e2ec85 (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>