Skip to content

Commit cd90048

Browse files
xinlian12annie-mac
andauthored
fix module-info (Azure#19797)
Co-authored-by: annie-mac <annie-mac@annie-macs-MacBook-Pro.local>
1 parent a7c8032 commit cd90048

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sdk/cosmos/azure-cosmos/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,8 @@ Licensed under the MIT License.
529529
--add-opens com.azure.cosmos/com.azure.cosmos.models=ALL-UNNAMED
530530
--add-opens com.azure.cosmos/com.azure.cosmos.rx=ALL-UNNAMED
531531
--add-opens com.azure.cosmos/com.azure.cosmos.rx.proxy=ALL-UNNAMED
532+
--add-opens com.azure.cosmos/com.azure.cosmos.implementation.throughputControl=ALL-UNNAMED
533+
--add-opens com.azure.cosmos/com.azure.cosmos.implementation.throughputControl.controller.request=ALL-UNNAMED
532534
</argLine>
533535
</configuration>
534536
</plugin>

sdk/cosmos/azure-cosmos/src/main/java/module-info.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@
5353
opens com.azure.cosmos.implementation.clientTelemetry to com.fasterxml.jackson.databind;
5454
opens com.azure.cosmos.models to com.fasterxml.jackson.databind;
5555
opens com.azure.cosmos.util to com.fasterxml.jackson.databind;
56+
opens com.azure.cosmos.implementation.throughputControl to com.fasterxml.jackson.databind;
5657
opens com.azure.cosmos.implementation.throughputControl.controller.group.global to com.fasterxml.jackson.databind;
57-
opens com.azure.cosmos.implementation.throughputControl;
58-
opens com.azure.cosmos.implementation.throughputControl.controller.request;
5958

6059
uses com.azure.cosmos.implementation.guava25.base.PatternCompiler;
6160
uses com.azure.core.util.tracing.Tracer;

0 commit comments

Comments
 (0)