summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2023-05-25 22:56:42 +0200
committerGitHub <noreply@github.com>2023-05-25 22:56:42 +0200
commit5f0b4c0461d74738e4969e97563d4a7c962f2174 (patch)
tree91edc865b89d18cdf278cb192b0b6841c907bd70 /vespajlib
parent876c38e020d11f3707ba661536774cb5d69e5c1f (diff)
parent5341e60a1f0fb0c47ad45b92f7e9622c3a9612da (diff)
Merge pull request #27213 from vespa-engine/bundle-type
Bundle type
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml
index 9b10f82c986..04f044622b2 100644
--- a/vespajlib/pom.xml
+++ b/vespajlib/pom.xml
@@ -104,6 +104,9 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
+ <configuration>
+ <bundleType>CORE</bundleType>
+ </configuration>
</plugin>
<plugin>