Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -393,3 +393,8 @@
url = https://github.com/gridsuite/user-identity-oidc-replication-server
branch = main
ignore = all
[submodule "backend/libs/network-modification"]
path = backend/libs/network-modification
url = https://github.com/gridsuite/network-modification
branch = main
ignore = all
1 change: 1 addition & 0 deletions backend/libs/network-modification
Submodule network-modification added at 855b77
1 change: 1 addition & 0 deletions backend/libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<modules>
<module>filter</module>
<module>network-modification</module>
<module>powsybl-case-datasource</module>
<module>powsybl-core</module>
<module>powsybl-diagram</module>
Expand Down