Skip to content

Commit

Permalink
add-exports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Sep 16, 2021
1 parent 6ef69b8 commit b526cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdk/digitaltwins/azure-digitaltwins-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<configuration>
<argLine>
--add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED
--add-exports com.azure.core/com.azure.core.implementation.jackson=ALL-UNNAMED
--add-opens com.azure.digitaltwins.core/com.azure.digitaltwins.core=ALL-UNNAMED
</argLine>
</configuration>
Expand Down
1 change: 1 addition & 0 deletions sdk/search/azure-search-documents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<configuration>
<argLine>
--add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED
--add-exports com.azure.core/com.azure.core.implementation.jackson=ALL-UNNAMED
--add-opens com.azure.core/com.azure.core.util=ALL-UNNAMED
--add-opens com.azure.search.documents/com.azure.search.documents=ALL-UNNAMED
--add-opens com.azure.search.documents/com.azure.search.documents.indexes=ALL-UNNAMED
Expand Down

0 comments on commit b526cc5

Please sign in to comment.