Repository: airavata Updated Branches: refs/heads/lahiru/AIRAVATA-2107 dd073997e -> 7f8cb8d09
Add kamon jars to the distribution. Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/7f8cb8d0 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/7f8cb8d0 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/7f8cb8d0 Branch: refs/heads/lahiru/AIRAVATA-2107 Commit: 7f8cb8d0969b959853019e5f9e868c3155cf4994 Parents: dd07399 Author: Lahiru Ginnaliya Gamathige <[email protected]> Authored: Sat Sep 24 15:45:26 2016 -0700 Committer: Lahiru Ginnaliya Gamathige <[email protected]> Committed: Sat Sep 24 15:45:26 2016 -0700 ---------------------------------------------------------------------- modules/distribution/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/7f8cb8d0/modules/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 78d9bb9..e08b42c 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -566,6 +566,16 @@ <artifactId>airavata-client-samples</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>io.kamon</groupId> + <artifactId>kamon-core_2.11</artifactId> + <version>${kamon.version}</version> + </dependency> + <dependency> + <groupId>io.kamon</groupId> + <artifactId>kamon-datadog_2.11</artifactId> + <version>${kamon.version}</version> + </dependency> </dependencies>
