Skip to content

Commit

Permalink
Add case-repository, entsoe-case-repository and network-merge to the …
Browse files Browse the repository at this point in the history
…distribution jars
  • Loading branch information
Mathieu BAGUE committed Oct 10, 2017
1 parent 16b018e commit b088471
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions distribution/pom.xml
Expand Up @@ -136,6 +136,22 @@
<version>${project.version}</version>
</dependency>

<!-- case repositories -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>case-repository</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>entsoe-case-repository</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>network-merge</artifactId>
<version>${project.version}</version>
</dependency>

</dependencies>

Expand Down

0 comments on commit b088471

Please sign in to comment.