summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--http-utils/pom.xml4
-rw-r--r--security-utils/pom.xml9
2 files changed, 4 insertions, 9 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>
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>