Skip to content

Commit

Permalink
Fixing build - add explicit versions of insight-elasticsearch-log-sto…
Browse files Browse the repository at this point in the history
…rage and

metrics-storage.

Without it, Maven assumend they're of transitive version
${project.version} which translated to version of fuse, not fabric8.
  • Loading branch information
grgrzybek committed Sep 29, 2014
1 parent 3783b73 commit eabf8e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,16 @@
<artifactId>insight-elasticsearch-plugin</artifactId>
<version>${fabric.version}</version>
</dependency>
<dependency>
<groupId>io.fabric8.insight</groupId>
<artifactId>insight-elasticsearch-log-storage</artifactId>
<version>${fabric.version}</version>
</dependency>
<dependency>
<groupId>io.fabric8.insight</groupId>
<artifactId>insight-elasticsearch-metrics-storage</artifactId>
<version>${fabric.version}</version>
</dependency>
<dependency>
<groupId>io.fabric8.virt</groupId>
<artifactId>io.fabric8.virt.commands</artifactId>
Expand Down

0 comments on commit eabf8e0

Please sign in to comment.