We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece1da5 commit 5aa5c1fCopy full SHA for 5aa5c1f
pom.xml
@@ -86,6 +86,11 @@
86
87
<dependencyManagement>
88
<dependencies>
89
+ <dependency>
90
+ <groupId>org.gridsuite</groupId>
91
+ <artifactId>gridsuite-network-modification</artifactId>
92
+ <version>${network-modification.version}</version>
93
+ </dependency>
94
<!-- overrides of imports -->
95
<dependency><!-- To remove when integrate in next release of gridsuite-dependencies or powsybl-ws-dependencies -->
96
<groupId>com.squareup.okhttp3</groupId>
@@ -118,7 +123,6 @@
118
123
<dependency>
119
124
<groupId>org.gridsuite</groupId>
120
125
<artifactId>gridsuite-network-modification</artifactId>
121
- <version>${network-modification.version}</version>
122
126
</dependency>
127
128
<groupId>com.powsybl</groupId>
0 commit comments