|
65 | 65 | <springboot.version>2.2.9.RELEASE</springboot.version>
|
66 | 66 | <springfox.version>2.9.2</springfox.version>
|
67 | 67 | <spring-cloud.version>Hoxton.SR3</spring-cloud.version>
|
68 |
| - <elasticsearch.version>6.8.6</elasticsearch.version> |
69 |
| - <spring-data-elasticsearch.version>3.2.9.RELEASE</spring-data-elasticsearch.version> |
70 | 68 | <rdf4j.version>2.4.4</rdf4j.version>
|
71 | 69 | <jackson-datatype-joda.version>2.11.0</jackson-datatype-joda.version>
|
72 | 70 | <log4j2-mock-version>0.0.2</log4j2-mock-version>
|
|
156 | 154 | <scope>import</scope>
|
157 | 155 | </dependency>
|
158 | 156 |
|
159 |
| - <dependency> |
160 |
| - <groupId>org.elasticsearch</groupId> |
161 |
| - <artifactId>elasticsearch</artifactId> |
162 |
| - <version>${elasticsearch.version}</version> |
163 |
| - </dependency> |
164 |
| - <dependency> |
165 |
| - <groupId>org.springframework.data</groupId> |
166 |
| - <artifactId>spring-data-elasticsearch</artifactId> |
167 |
| - <version>${spring-data-elasticsearch.version}</version> |
168 |
| - </dependency> |
169 |
| - |
170 | 157 | <!-- Runtime dependencies -->
|
171 | 158 | <dependency>
|
172 | 159 | <groupId>com.powsybl</groupId>
|
173 | 160 | <artifactId>powsybl-config-classic</artifactId>
|
174 | 161 | <version>${powsybl-core.version}</version>
|
175 |
| - <scope>runtime</scope> |
176 | 162 | </dependency>
|
177 | 163 | <dependency>
|
178 | 164 | <groupId>com.powsybl</groupId>
|
179 | 165 | <artifactId>powsybl-cgmes-conversion</artifactId>
|
180 | 166 | <version>${powsybl-core.version}</version>
|
181 |
| - <scope>runtime</scope> |
182 | 167 | </dependency>
|
183 | 168 | <dependency>
|
184 | 169 | <groupId>com.powsybl</groupId>
|
185 | 170 | <artifactId>powsybl-ieee-cdf-converter</artifactId>
|
186 | 171 | <version>${powsybl-core.version}</version>
|
187 |
| - <scope>runtime</scope> |
188 | 172 | </dependency>
|
189 | 173 | <dependency>
|
190 | 174 | <groupId>com.powsybl</groupId>
|
191 | 175 | <artifactId>powsybl-iidm-impl</artifactId>
|
192 | 176 | <version>${powsybl-core.version}</version>
|
193 |
| - <scope>runtime</scope> |
194 | 177 | </dependency>
|
195 | 178 | <dependency>
|
196 | 179 | <groupId>com.powsybl</groupId>
|
197 | 180 | <artifactId>powsybl-matpower-converter</artifactId>
|
198 | 181 | <version>${powsybl-core.version}</version>
|
199 |
| - <scope>runtime</scope> |
200 | 182 | </dependency>
|
201 | 183 | <dependency>
|
202 | 184 | <groupId>com.powsybl</groupId>
|
203 | 185 | <artifactId>powsybl-triple-store-impl-rdf4j</artifactId>
|
204 | 186 | <version>${powsybl-core.version}</version>
|
205 |
| - <scope>runtime</scope> |
206 | 187 | </dependency>
|
207 | 188 | <dependency>
|
208 | 189 | <groupId>com.powsybl</groupId>
|
209 | 190 | <artifactId>powsybl-ucte-converter</artifactId>
|
210 | 191 | <version>${powsybl-core.version}</version>
|
211 |
| - <scope>runtime</scope> |
212 | 192 | </dependency>
|
213 | 193 | <dependency>
|
214 | 194 | <groupId>org.slf4j</groupId>
|
215 | 195 | <artifactId>log4j-over-slf4j</artifactId>
|
216 | 196 | <version>${slf4j.version}</version>
|
217 |
| - <scope>runtime</scope> |
218 | 197 | </dependency>
|
219 | 198 | <dependency>
|
220 | 199 | <groupId>com.fasterxml.jackson.datatype</groupId>
|
|
227 | 206 | <groupId>com.google.jimfs</groupId>
|
228 | 207 | <artifactId>jimfs</artifactId>
|
229 | 208 | <version>${jimfs.version}</version>
|
230 |
| - <scope>test</scope> |
231 | 209 | </dependency>
|
232 | 210 | <dependency>
|
233 | 211 | <groupId>com.powsybl</groupId>
|
234 | 212 | <artifactId>powsybl-config-test</artifactId>
|
235 | 213 | <version>${powsybl-core.version}</version>
|
236 |
| - <scope>test</scope> |
237 | 214 | </dependency>
|
238 | 215 | <dependency>
|
239 | 216 | <groupId>junit</groupId>
|
240 | 217 | <artifactId>junit</artifactId>
|
241 | 218 | <version>${junit.version}</version>
|
242 |
| - <scope>test</scope> |
243 | 219 | </dependency>
|
244 | 220 | <dependency>
|
245 | 221 | <groupId>org.springframework.boot</groupId>
|
246 | 222 | <artifactId>spring-boot-test-autoconfigure</artifactId>
|
247 | 223 | <version>${springboot.version}</version>
|
248 |
| - <scope>test</scope> |
249 | 224 | </dependency>
|
250 | 225 | <dependency>
|
251 | 226 | <groupId>org.springframework.boot</groupId>
|
252 | 227 | <artifactId>spring-boot-starter-test</artifactId>
|
253 | 228 | <version>${springboot.version}</version>
|
254 |
| - <scope>test</scope> |
255 | 229 | </dependency>
|
256 | 230 | <dependency>
|
257 | 231 | <groupId>de.dentrassi.elasticsearch</groupId>
|
258 | 232 | <artifactId>log4j2-mock</artifactId>
|
259 | 233 | <version>${log4j2-mock-version}</version>
|
260 |
| - <scope>test</scope> |
261 | 234 | </dependency>
|
262 | 235 | <dependency>
|
263 | 236 | <groupId>com.google.guava</groupId>
|
264 | 237 | <artifactId>guava-testlib</artifactId>
|
265 | 238 | <version>${guava-testlib-version}</version>
|
266 |
| - <scope>test</scope> |
267 | 239 | </dependency>
|
268 | 240 | </dependencies>
|
269 | 241 | </dependencyManagement>
|
|
0 commit comments