mirror of
https://github.com/ACINQ/eclair.git
synced 2024-11-19 01:43:22 +01:00
Upgrade kamon to 2.7.3 (#2879)
Also add an exclusion on kamon-prometheus. The exclusion was previously only present in `eclair-node/pom.xml`.
This commit is contained in:
parent
eaa9e400c4
commit
14a4ea45b1
@ -108,6 +108,13 @@
|
||||
<groupId>io.kamon</groupId>
|
||||
<artifactId>kamon-prometheus_${scala.version.short}</artifactId>
|
||||
<version>${kamon.version}</version>
|
||||
<!-- depends on a old version of okhttp that depends on kotlin 1.6, which conflicts with kotlin 1.9 -->
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-stdlib</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- agents -->
|
||||
<dependency>
|
||||
|
@ -123,7 +123,7 @@
|
||||
<groupId>io.kamon</groupId>
|
||||
<artifactId>kamon-prometheus_${scala.version.short}</artifactId>
|
||||
<version>${kamon.version}</version>
|
||||
<!-- depends on a old version of okhttp that depends on kotlin 1.5, which conflicts with kotlin 1.9 -->
|
||||
<!-- depends on a old version of okhttp that depends on kotlin 1.6, which conflicts with kotlin 1.9 -->
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user