Skip to content

Commit dee01f6

Browse files
authored
fixed not exported class to unnamed module issue for the live test from source code run (Azure#28937)
1 parent b4ac088 commit dee01f6

File tree

1 file changed

+2
-0
lines changed
  • sdk/communication/azure-communication-identity

1 file changed

+2
-0
lines changed

sdk/communication/azure-communication-identity/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
<!-- Configures the Java 9+ run to perform the required module exports, opens, and reads that are necessary for testing but shouldn't be part of the module-info. -->
5656
<javaModulesSurefireArgLine>
5757
--add-opens com.azure.communication.identity/com.azure.communication.identity=ALL-UNNAMED
58+
<!-- azure-communication-identity uses Identity in tests which loads NettyAsyncHttpClient from unnamed module in "from source" core runs -->
59+
--add-opens com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED
5860
</javaModulesSurefireArgLine>
5961
</properties>
6062

0 commit comments

Comments
 (0)