Skip to content

Commit 003353c

Browse files
authored
Add backend/libs/network-modification (#11)
1 parent 3172baf commit 003353c

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitmodules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,3 +393,8 @@
393393
url = https://github.com/gridsuite/user-identity-oidc-replication-server
394394
branch = main
395395
ignore = all
396+
[submodule "backend/libs/network-modification"]
397+
path = backend/libs/network-modification
398+
url = https://github.com/gridsuite/network-modification
399+
branch = main
400+
ignore = all

backend/libs/network-modification

Submodule network-modification added at 855b773

backend/libs/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<modules>
2424
<module>filter</module>
25+
<module>network-modification</module>
2526
<module>powsybl-case-datasource</module>
2627
<module>powsybl-core</module>
2728
<module>powsybl-diagram</module>

0 commit comments

Comments
 (0)