Skip to content

Commit

Permalink
Fix module-info.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanGiles committed Jul 15, 2024
1 parent b20ac99 commit 54afc24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
module com.microsoft.aspire.extensions.manifest.azure.storage {
requires transitive com.microsoft.aspire.extensions.azure.storage;
requires manifold.rt;
requires manifold.ext.rt;

exports azure.storage.manifest.extensions.com.microsoft.aspire.DistributedApplication;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
module com.microsoft.aspire.extensions.manifest.spring {
requires transitive com.microsoft.aspire.extensions.spring;
requires manifold.rt;
requires manifold.ext.rt;

exports azure.storage.manifest.extensions.com.microsoft.aspire.DistributedApplication;
Expand Down

0 comments on commit 54afc24

Please sign in to comment.