All Downloads are FREE. Search and download functionalities are using the official Maven repository.

re-storage-internal-avro.12.10.2.source-code.module-info Maven / Gradle / Ivy

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

module com.azure.storage.internal.avro {
    requires transitive com.azure.storage.common;
    requires com.azure.core;

    requires com.fasterxml.jackson.dataformat.xml;

    exports com.azure.storage.internal.avro.implementation
        to com.azure.storage.blob,
        com.azure.storage.blob.changefeed;

    exports com.azure.storage.internal.avro.implementation.schema
        to com.azure.storage.blob,
        com.azure.storage.blob.changefeed;

    exports com.azure.storage.internal.avro.implementation.schema.primitive
        to com.azure.storage.blob,
        com.azure.storage.blob.changefeed;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy