Skip to content

Commit

Permalink
Resolve conflits in .gitignore and fix powsybl dependencies in histoDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu BAGUE committed Oct 10, 2017
1 parent 2a2285b commit e33e7f5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
9 changes: 4 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@

# iPST compilation settings
install.cfg
/.project
<<<<<<< HEAD
=======
/.settings/
>>>>>>> refs/heads/master
.project
.classpath
.settings

9 changes: 3 additions & 6 deletions dymola-integration/.gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/install
dymola_integration_binaries.zip
/.classpath
<<<<<<< HEAD
=======
/.settings/
>>>>>>> refs/heads/master
/.project
.classpath
.settings
.project
7 changes: 7 additions & 0 deletions histoDB/histodb-dataserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,19 @@
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-converter-api</artifactId>
<version>${powsybl.version}</version>
</dependency>

<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-api</artifactId>
<version>${powsybl.version}</version>
</dependency>

<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-impl</artifactId>
<version>${powsybl.version}</version>
</dependency>

<dependency>
Expand All @@ -134,22 +137,26 @@
<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-cim1-converter</artifactId>
<version>${powsybl.version}</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-iidm-xml-converter</artifactId>
<version>${powsybl.version}</version>
</dependency>

<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-computation-local</artifactId>
<version>${powsybl.version}</version>
</dependency>

<dependency>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-ucte-converter</artifactId>
<version>${powsybl.version}</version>
<scope>runtime</scope>
</dependency>

Expand Down

0 comments on commit e33e7f5

Please sign in to comment.