summaryrefslogtreecommitdiffstats
path: root/security-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 /security-utils
parent04107d40dc4bc0b83d8cfbf06ad746be45e2ec85 (diff)
Modules are no longer dependency of JDK8 based clients
Diffstat (limited to 'security-utils')
-rw-r--r--security-utils/pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/security-utils/pom.xml b/security-utils/pom.xml
index d4b4bc8d0f6..0a2e1251d6a 100644
--- a/security-utils/pom.xml
+++ b/security-utils/pom.xml
@@ -71,10 +71,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <release>${vespaClients.jdk.releaseVersion}</release>
- <showDeprecation>true</showDeprecation>
- </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
@@ -89,7 +85,10 @@
</executions>
</plugin>
<plugin>
- <!-- Build with maven-bundle-plugin to avoid depending on jdisc_core to get the correct Import-Packages -->
+ <!--
+ Build with maven-bundle-plugin to avoid depending on jdisc_core to get the correct Import-Packages
+ Jackson and BC compile scope dependencies are not embedded. Packages are instead imported through manifest.
+ -->
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>