Skip to content

Commit

Permalink
open to azure-core, for f.setAccessible(true); in FlatteningSerializer (
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored and alzimmermsft committed Jul 8, 2020
1 parent 6ce732a commit 45bb2dc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions sdk/core/azure-core-management/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@
exports com.azure.core.management.serializer;
exports com.azure.core.management.exception;

opens com.azure.core.management to com.fasterxml.jackson.databind;
opens com.azure.core.management.exception to com.fasterxml.jackson.databind;
opens com.azure.core.management.implementation.polling to com.fasterxml.jackson.databind;
opens com.azure.core.management to
com.fasterxml.jackson.databind,
com.azure.core;
opens com.azure.core.management.exception to
com.fasterxml.jackson.databind,
com.azure.core;
opens com.azure.core.management.implementation.polling to
com.fasterxml.jackson.databind;

uses com.azure.core.http.HttpClientProvider;
}

0 comments on commit 45bb2dc

Please sign in to comment.