|
43 | 43 |
|
44 | 44 | <properties>
|
45 | 45 | <gridsuite-dependencies.version>42.0.0</gridsuite-dependencies.version>
|
| 46 | + <!-- FIXME to remove at next upgrade of gridsuite-dependencies --> |
| 47 | + <gridsuite-computation.version>1.0.0</gridsuite-computation.version> |
| 48 | + <!-- FIXME to remove at next upgrade of powsybl-ws-dependencies --> |
| 49 | + <powsybl-ws-commons.version>1.28.0</powsybl-ws-commons.version> |
| 50 | + |
46 | 51 | <jib.from.image>powsybl/java-dynawo:3.0.0</jib.from.image>
|
47 | 52 | <liquibase-hibernate-package>org.gridsuite.dynamicmargincalculation.server</liquibase-hibernate-package>
|
48 | 53 | <sonar.organization>gridsuite</sonar.organization>
|
|
86 | 91 | <dependencyManagement>
|
87 | 92 | <dependencies>
|
88 | 93 | <!-- overrides of imports -->
|
89 |
| - <dependency> |
90 |
| - <groupId>com.powsybl</groupId> |
91 |
| - <artifactId>powsybl-computation-local</artifactId> |
92 |
| - <version>6.8.0</version> |
93 |
| - </dependency> |
94 |
| - <dependency> |
95 |
| - <groupId>com.powsybl</groupId> |
96 |
| - <artifactId>powsybl-computation</artifactId> |
97 |
| - <version>6.8.0</version> |
98 |
| - </dependency> |
99 |
| - <dependency> |
100 |
| - <groupId>com.powsybl</groupId> |
101 |
| - <artifactId>powsybl-iidm-api</artifactId> |
102 |
| - <version>6.8.0</version> |
103 |
| - </dependency> |
| 94 | + |
104 | 95 | <!-- imports -->
|
105 | 96 | <dependency>
|
106 | 97 | <groupId>org.gridsuite</groupId>
|
|
116 | 107 |
|
117 | 108 | <dependencies>
|
118 | 109 | <!-- Compilation dependencies -->
|
| 110 | + <dependency> |
| 111 | + <groupId>org.gridsuite</groupId> |
| 112 | + <artifactId>gridsuite-computation</artifactId> |
| 113 | + <version>${gridsuite-computation.version}</version> |
| 114 | + </dependency> |
119 | 115 | <dependency>
|
120 | 116 | <groupId>org.springframework.boot</groupId>
|
121 | 117 | <artifactId>spring-boot-starter-web</artifactId>
|
|
144 | 140 | <dependency>
|
145 | 141 | <groupId>com.powsybl</groupId>
|
146 | 142 | <artifactId>powsybl-ws-commons</artifactId>
|
| 143 | + <version>${powsybl-ws-commons.version}</version> |
147 | 144 | </dependency>
|
148 | 145 | <dependency>
|
149 | 146 | <groupId>com.powsybl</groupId>
|
|
152 | 149 | <dependency>
|
153 | 150 | <groupId>com.powsybl</groupId>
|
154 | 151 | <artifactId>powsybl-dynawo-margin-calculation</artifactId>
|
155 |
| - <version>2.9.0</version> |
156 | 152 | </dependency>
|
157 | 153 |
|
158 | 154 | <!-- runtime dependencies -->
|
|
0 commit comments