summaryrefslogtreecommitdiffstats
path: root/http-client
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-05-02 16:04:15 +0200
committerjonmv <venstad@gmail.com>2022-05-02 16:04:15 +0200
commitcf78925c93ab6d30c9614172620d19cf1f0d3637 (patch)
tree1ec3d2bf3fd52f9b5648b9075e9b8b8d1c3f76ba /http-client
parent855a16a66d8f646805799cfc87e53703613b71de (diff)
Export package ai.vespa.hosted.client
Diffstat (limited to 'http-client')
-rw-r--r--http-client/src/main/java/ai/vespa/hosted/client/package-info.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/http-client/src/main/java/ai/vespa/hosted/client/package-info.java b/http-client/src/main/java/ai/vespa/hosted/client/package-info.java
new file mode 100644
index 00000000000..bfabf9ade4f
--- /dev/null
+++ b/http-client/src/main/java/ai/vespa/hosted/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.hosted.client;
+
+import com.yahoo.osgi.annotation.ExportPackage; \ No newline at end of file