Skip to content

Commit

Permalink
Fix groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
quinarygio committed Aug 10, 2017
1 parent fb9494b commit 6e8328f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions security-analysis-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>eu.itesla_project</groupId>
<artifactId>security-analysis</artifactId>
</dependency>
<dependency>
Expand All @@ -33,27 +33,27 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>eu.itesla_project</groupId>
<artifactId>cim1-converter</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>eu.itesla_project</groupId>
<artifactId>entsoe-util</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>eu.itesla_project</groupId>
<artifactId>iidm-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>eu.itesla_project</groupId>
<artifactId>iidm-xml-converter</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>eu.itesla_project</groupId>
<artifactId>modules</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
Expand Down

0 comments on commit 6e8328f

Please sign in to comment.