Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11 from appmetr/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Alexander Kharitonov authored Nov 29, 2016
2 parents 23fce87 + 36bf0d4 commit dcf3f12
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.appmetr</groupId>
<artifactId>hercules</artifactId>
<packaging>jar</packaging>
<version>0.5.4-SNAPSHOT</version>
<version>0.5.4</version>
<name>Hercules</name>

<repositories>
Expand Down Expand Up @@ -56,6 +56,17 @@
<groupId>org.hectorclient</groupId>
<artifactId>hector-core</artifactId>
<version>1.1-4</version>
<exclusions>
<exclusion>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.9.3</version>
</dependency>

<!-- Monitoring -->
Expand Down

0 comments on commit dcf3f12

Please sign in to comment.