maheshrajus commented on a change in pull request #270: [SCB-868] Add Kamon
metrics to Alpha Server
URL:
https://github.com/apache/incubator-servicecomb-saga/pull/270#discussion_r212869568
##########
File path: alpha/pom.xml
##########
@@ -35,24 +35,21 @@
<module>alpha-server</module>
</modules>
+ <properties>
+ <kamon.version>0.6.0</kamon.version>
+ <akka.version>2.3.12</akka.version>
+ </properties>
+
<dependencies>
- <dependency>
+ <dependency>
<groupId>io.kamon</groupId>
- <artifactId>kamon-core_2.12</artifactId>
+ <artifactId>kamon-core_2.11</artifactId>
Review comment:
kamon-autoweave dependency 0.6.0 not available for 2.12 version. So i made
all kamon dependency to 2.11 version so that all kamon classes should be in
single version.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services