summaryrefslogtreecommitdiffstats
path: root/vespa-athenz
diff options
context:
space:
mode:
authorMorten Tokle <mortent@oath.com>2019-02-25 18:46:20 +0100
committerMorten Tokle <mortent@oath.com>2019-02-25 18:46:20 +0100
commit42537318bca86a429d2f696631fcc5c336b18bc7 (patch)
tree786deef793ef7991fc73b6463199fc4b686d9e08 /vespa-athenz
parent4b46918b47774d15b4882aff7db693699383ca61 (diff)
Add missing exportpackage
Diffstat (limited to 'vespa-athenz')
-rw-r--r--vespa-athenz/src/main/java/com/yahoo/vespa/athenz/client/aws/package-info.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/vespa-athenz/src/main/java/com/yahoo/vespa/athenz/client/aws/package-info.java b/vespa-athenz/src/main/java/com/yahoo/vespa/athenz/client/aws/package-info.java
new file mode 100644
index 00000000000..74ef35a1e50
--- /dev/null
+++ b/vespa-athenz/src/main/java/com/yahoo/vespa/athenz/client/aws/package-info.java
@@ -0,0 +1,5 @@
+// Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+@ExportPackage
+package com.yahoo.vespa.athenz.client.aws;
+
+import com.yahoo.osgi.annotation.ExportPackage; \ No newline at end of file