Skip to content

Commit a9ef6b6

Browse files
So-Frasflo-dup
authored andcommitted
Remove loadflow dependencies and config-test dependencies (#525)
Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
1 parent 601def5 commit a9ef6b6

File tree

6 files changed

+5
-44
lines changed
  • network-area-diagram
  • single-line-diagram
    • single-line-diagram-cgmes
      • single-line-diagram-cgmes-dl-conversion
      • single-line-diagram-cgmes-dl-iidm-extensions
      • single-line-diagram-cgmes-layout
    • single-line-diagram-core

6 files changed

+5
-44
lines changed

network-area-diagram/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@
5757
<artifactId>junit-jupiter</artifactId>
5858
<scope>test</scope>
5959
</dependency>
60-
<dependency>
61-
<groupId>com.powsybl</groupId>
62-
<artifactId>powsybl-config-test</artifactId>
63-
<scope>test</scope>
64-
</dependency>
6560
<dependency>
6661
<groupId>com.powsybl</groupId>
6762
<artifactId>powsybl-diagram-test</artifactId>
@@ -87,6 +82,11 @@
8782
<artifactId>powsybl-ucte-converter</artifactId>
8883
<scope>test</scope>
8984
</dependency>
85+
<dependency>
86+
<groupId>com.google.jimfs</groupId>
87+
<artifactId>jimfs</artifactId>
88+
<scope>test</scope>
89+
</dependency>
9090
</dependencies>
9191

9292
</project>

pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575

7676
<powsybl-core.version>5.2.0</powsybl-core.version>
7777

78-
<powsybl-olf.version>0.23.0</powsybl-olf.version>
7978
</properties>
8079

8180
<profiles>
@@ -177,24 +176,6 @@
177176
<version>${powsybl-core.version}</version>
178177
<scope>test</scope>
179178
</dependency>
180-
<dependency>
181-
<groupId>com.powsybl</groupId>
182-
<artifactId>powsybl-config-test</artifactId>
183-
<version>${powsybl-core.version}</version>
184-
<scope>test</scope>
185-
</dependency>
186-
<dependency>
187-
<groupId>com.powsybl</groupId>
188-
<artifactId>powsybl-loadflow-api</artifactId>
189-
<version>${powsybl-core.version}</version>
190-
<scope>test</scope>
191-
</dependency>
192-
<dependency>
193-
<groupId>com.powsybl</groupId>
194-
<artifactId>powsybl-open-loadflow</artifactId>
195-
<version>${powsybl-olf.version}</version>
196-
<scope>test</scope>
197-
</dependency>
198179
<dependency>
199180
<groupId>com.powsybl</groupId>
200181
<artifactId>powsybl-tools-test</artifactId>

single-line-diagram/single-line-diagram-cgmes/single-line-diagram-cgmes-dl-conversion/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
<artifactId>powsybl-diagram-test</artifactId>
5050
<scope>test</scope>
5151
</dependency>
52-
<dependency>
53-
<groupId>com.powsybl</groupId>
54-
<artifactId>powsybl-config-test</artifactId>
55-
<scope>test</scope>
56-
</dependency>
5752
<dependency>
5853
<groupId>com.powsybl</groupId>
5954
<artifactId>powsybl-iidm-impl</artifactId>

single-line-diagram/single-line-diagram-cgmes/single-line-diagram-cgmes-dl-iidm-extensions/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@
4444
<artifactId>powsybl-diagram-test</artifactId>
4545
<scope>test</scope>
4646
</dependency>
47-
<dependency>
48-
<groupId>com.powsybl</groupId>
49-
<artifactId>powsybl-config-test</artifactId>
50-
<scope>test</scope>
51-
</dependency>
5247
<dependency>
5348
<groupId>com.powsybl</groupId>
5449
<artifactId>powsybl-iidm-impl</artifactId>

single-line-diagram/single-line-diagram-cgmes/single-line-diagram-cgmes-layout/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@
4747
<artifactId>powsybl-diagram-test</artifactId>
4848
<scope>test</scope>
4949
</dependency>
50-
<dependency>
51-
<groupId>com.powsybl</groupId>
52-
<artifactId>powsybl-config-test</artifactId>
53-
<scope>test</scope>
54-
</dependency>
5550
<dependency>
5651
<groupId>com.powsybl</groupId>
5752
<artifactId>powsybl-iidm-impl</artifactId>

single-line-diagram/single-line-diagram-core/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@
6666
<scope>test</scope>
6767
</dependency>
6868

69-
<dependency>
70-
<groupId>com.powsybl</groupId>
71-
<artifactId>powsybl-config-test</artifactId>
72-
<scope>test</scope>
73-
</dependency>
7469
<dependency>
7570
<groupId>com.powsybl</groupId>
7671
<artifactId>powsybl-diagram-test</artifactId>

0 commit comments

Comments
 (0)