mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-13 19:37:35 +01:00
Fix dependency conflict in eclair-node
We need to exclude an old version of shapeless that is pulled by spray (otherwise you may get non-determinitsic 'class not found' errors at runtime).
This commit is contained in:
parent
e178ec345a
commit
5e244f922a
1 changed files with 6 additions and 0 deletions
|
@ -112,6 +112,12 @@
|
|||
<groupId>io.spray</groupId>
|
||||
<artifactId>spray-routing-shapeless2_${scala.version.short}</artifactId>
|
||||
<version>1.3.3</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.chuusai</groupId>
|
||||
<artifactId>shapeless_2.11</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.spray</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue