aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-cd-api/src/main/java
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2021-12-14 12:31:32 +0100
committerMorten Tokle <mortent@verizonmedia.com>2021-12-14 12:31:32 +0100
commit3831b0715c0209a0d1db5378c76e097020221852 (patch)
treeb107516ec9637bb3e6c17deea5d8978c2fe3348b /tenant-cd-api/src/main/java
parent59ae4058e6107f276bdb22bcd018f36927d9da4a (diff)
Fix scopes for test bundle
Diffstat (limited to 'tenant-cd-api/src/main/java')
-rw-r--r--tenant-cd-api/src/main/java/ai/vespa/feed/client/package-info.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/tenant-cd-api/src/main/java/ai/vespa/feed/client/package-info.java b/tenant-cd-api/src/main/java/ai/vespa/feed/client/package-info.java
new file mode 100644
index 00000000000..3871dc1fa3d
--- /dev/null
+++ b/tenant-cd-api/src/main/java/ai/vespa/feed/client/package-info.java
@@ -0,0 +1,5 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+@ExportPackage
+package ai.vespa.feed.client;
+
+import com.yahoo.osgi.annotation.ExportPackage; \ No newline at end of file