Skip to content

Commit

Permalink
Merge 585917e into d29ba4a
Browse files Browse the repository at this point in the history
  • Loading branch information
CBiasuzzi committed Nov 16, 2018
2 parents d29ba4a + 585917e commit 01d4934
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@
<artifactId>powsybl-loadflow-validation</artifactId>
</dependency>

<!-- hades2 integration -->
<dependency>
<groupId>com.rte-france.powsybl</groupId>
<artifactId>powsybl-hades2-integration</artifactId>
</dependency>

</dependencies>

<build>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
<graphvizapi.version>1.1</graphvizapi.version>
<guava.version>20.0</guava.version>
<h2database.version>1.4.191</h2database.version>
<hades2-integration.version>2.1.2</hades2-integration.version>
<httpclient.version>4.5.2</httpclient.version>
<javaee-api-version>7.0</javaee-api-version>
<jackson.version>2.8.7</jackson.version>
Expand Down Expand Up @@ -603,6 +604,12 @@
<version>${logback.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.rte-france.powsybl</groupId>
<artifactId>powsybl-hades2-integration</artifactId>
<version>${hades2-integration.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
Expand Down

0 comments on commit 01d4934

Please sign in to comment.