Skip to content

Commit

Permalink
Import 'chronos-client' dependency in POM
Browse files Browse the repository at this point in the history
See #34
  • Loading branch information
lorenzo-biava committed May 11, 2016
1 parent 0da0bd2 commit dc461eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<checkstyle-plugin.version>2.17</checkstyle-plugin.version>
<workflow-manager.version>0.0.3-SNAPSHOT</workflow-manager.version>
<alien4cloud.version>1.1.0-INDIGO</alien4cloud.version>
<chronos-client.version>0.0.1-SNAPSHOT</chronos-client.version>
</properties>

<distributionManagement>
Expand Down Expand Up @@ -196,6 +197,13 @@
<version>1.3.1</version>
</dependency>

<!-- Chronos Client -->
<dependency>
<groupId>it.infn.ba.indigo</groupId>
<artifactId>chronos-client</artifactId>
<version>${chronos-client.version}</version>
</dependency>

<!-- test -->
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit dc461eb

Please sign in to comment.