From e0258d02c2830f5b95b7c5b9efd05f8f16b6cf00 Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Tue, 12 Jan 2021 08:13:35 +0100 Subject: Export API package --- orchestrator-restapi/pom.xml | 6 ++++++ .../java/com/yahoo/vespa/orchestrator/restapi/package-info.java | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/package-info.java diff --git a/orchestrator-restapi/pom.xml b/orchestrator-restapi/pom.xml index d6911907348..2d4ceb069df 100644 --- a/orchestrator-restapi/pom.xml +++ b/orchestrator-restapi/pom.xml @@ -16,6 +16,12 @@ container-plugin ${project.artifactId} + + com.yahoo.vespa + annotations + ${project.version} + provided + javax.ws.rs javax.ws.rs-api diff --git a/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/package-info.java b/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/package-info.java new file mode 100644 index 00000000000..72da3faa44f --- /dev/null +++ b/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/package-info.java @@ -0,0 +1,7 @@ +// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +@ExportPackage +@PublicApi +package com.yahoo.vespa.orchestrator.restapi; + +import com.yahoo.api.annotations.PublicApi; +import com.yahoo.osgi.annotation.ExportPackage; \ No newline at end of file -- cgit v1.2.3