Skip to content

Commit

Permalink
fix poms
Browse files Browse the repository at this point in the history
Signed-off-by: Godelaine de Montmorillon <godelaine.demontmorillon@rte-france.com>
  • Loading branch information
Godelaine committed Dec 16, 2024
1 parent 282f4c6 commit 8fdae5d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<module>crac</module>
<module>flowbased-domain</module>
<module>glsk</module>
<module>inter-temporal-constraint</module>
<module>rao-result</module>
<module>refprog</module>
<module>inter-temporal-constraint</module>
<module>virtual-hubs</module>
</modules>
</project>
30 changes: 15 additions & 15 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-core-cne-exporter</artifactId>
<artifactId>open-rao-commons</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-swe-cne-exporter</artifactId>
<artifactId>open-rao-core-cne-exporter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand All @@ -39,12 +39,12 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-crac-io-commons</artifactId>
<artifactId>open-rao-crac-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-crac-impl</artifactId>
<artifactId>open-rao-crac-io-commons</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand All @@ -64,34 +64,39 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-commons</artifactId>
<artifactId>open-rao-flowbased-computation-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-flowbased-domain</artifactId>
<artifactId>open-rao-flowbased-computation-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-flowbased-computation-api</artifactId>
<artifactId>open-rao-flowbased-domain</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-flowbased-computation-impl</artifactId>
<artifactId>open-rao-glsk-virtual-hubs</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-glsk-virtual-hubs</artifactId>
<artifactId>open-rao-inter-temporal-constraint</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-loopflow-computation</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-rao-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-rao-result-api</artifactId>
Expand Down Expand Up @@ -129,19 +134,14 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-rao-api</artifactId>
<artifactId>open-rao-swe-cne-exporter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-inter-temporal-constraint</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<profiles>
Expand Down
11 changes: 5 additions & 6 deletions ra-optimisation/rao-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<artifactId>open-rao-crac-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>open-rao-inter-temporal-constraint</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-rao-result-api</artifactId>
Expand Down Expand Up @@ -110,11 +115,5 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>open-rao-inter-temporal-constraint</artifactId>
<version>6.2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 8fdae5d

Please sign in to comment.