Skip to content

Commit 056a1e4

Browse files
authored
Add spreadsheet-config-server as a submodule (#4)
Signed-off-by: achour94 <[email protected]>
1 parent 2fba132 commit 056a1e4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,3 +302,7 @@
302302
path = backend/libs/filter
303303
url = https://github.com/gridsuite/filter
304304
branch = main
305+
[submodule "backend/servers/spreadsheet-config-server"]
306+
path = backend/servers/spreadsheet-config-server
307+
url = https://github.com/gridsuite/spreadsheet-config-server
308+
branch = main

backend/servers/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<module>security-analysis-server</module>
5252
<module>sensitivity-analysis-server</module>
5353
<module>shortcircuit-server</module>
54+
<module>spreadsheet-config-server</module>
5455
<module>study-notification-server</module>
5556
<module>study-server</module>
5657
<module>timeseries-server</module>

0 commit comments

Comments
 (0)