Skip to content

Commit 0835df9

Browse files
Dynamic security analysis configuration (#6)
Signed-off-by: Thang PHAM <[email protected]> Co-authored-by: etiennehomer <[email protected]>
1 parent 28265e3 commit 0835df9

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@
178178
path = backend/servers/dynamic-simulation-server
179179
url = https://github.com/gridsuite/dynamic-simulation-server
180180
branch = main
181+
[submodule "dynamic-security-analysis-server"]
182+
path = backend/servers/dynamic-security-analysis-server
183+
url = https://github.com/gridsuite/dynamic-security-analysis-server
181184
[submodule "cgmes-boundary-import-job"]
182185
path = backend/jobs/cgmes-boundary-import-job
183186
url = https://github.com/gridsuite/cgmes-boundary-import-job

backend/servers/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<module>directory-server</module>
3434
<module>dynamic-mapping-server</module>
3535
<module>dynamic-simulation-server</module>
36+
<module>dynamic-security-analysis-server</module>
3637
<module>explore-server</module>
3738
<module>filter-server</module>
3839
<module>gateway</module>

0 commit comments

Comments
 (0)