summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-06-05 18:20:09 +0200
committerGitHub <noreply@github.com>2023-06-05 18:20:09 +0200
commite623f10e54530bdcb1c6e6de5d5cfd0972b122cf (patch)
treec51c71bbebf4961da20705c5b4f34403d3420534
parentf47fce3107cbf14d3de04941274e21da78654ff9 (diff)
parentc3bcedf17e0c6042e5533652febec7df050de2aa (diff)
Merge pull request #27296 from vespa-engine/add-public-api-header-to-annotations
Add public api manifest header to annotations bundle.
-rw-r--r--annotations/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/annotations/pom.xml b/annotations/pom.xml
index 067a6966a11..3e232a9c64f 100644
--- a/annotations/pom.xml
+++ b/annotations/pom.xml
@@ -64,6 +64,7 @@
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}</Bundle-Version>
<Export-Package>com.yahoo.component.annotation;version=1.0.0;-noimport:=true</Export-Package>
+ <X-JDisc-PublicApi-Package>com.yahoo.component.annotation</X-JDisc-PublicApi-Package>
<_nouses>true</_nouses> <!-- Don't include 'uses' directives for package exports -->
</instructions>
</configuration>