Skip to content

Commit

Permalink
OAK-8611: Export the oak-segment-azure packages
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1866676 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
trekawek committed Sep 9, 2019
1 parent f97df52 commit c8facb2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 8 additions & 1 deletion oak-segment-azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,14 @@
!org.apache.jackrabbit.oak.segment*,
*
</Import-Package>
<Export-Package />
<Export-Package>
org.apache.jackrabbit.oak.segment.azure,
org.apache.jackrabbit.oak.segment.azure.queue,
org.apache.jackrabbit.oak.segment.azure.util,
com.microsoft.azure.storage,
com.microsoft.azure.storage.core,
com.microsoft.azure.storage.blob
</Export-Package>
<Embed-Dependency>
azure-storage,
azure-keyvault-core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,8 @@ public void eventOccurred(RequestCompletedEvent e) {
});
}

public CloudBlobDirectory getSegmentstoreDirectory() {
return segmentstoreDirectory;
}

}

0 comments on commit c8facb2

Please sign in to comment.