Skip to content

Commit

Permalink
Update Compactmap library to 2.0
Browse files Browse the repository at this point in the history
Compactmap 2.0 has been relicensed under the Apache 2.0 license.
See: vlsi/compactmap#6

Previous versions use LGPL.
This caught multiple projects by surprise see for example
spring-cloud/spring-cloud-netflix#3636
or hazelcast/hazelcast-eureka#52
  • Loading branch information
jerrinot committed May 26, 2020
1 parent 9685296 commit 9427942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eureka-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
compile "commons-configuration:commons-configuration:${commonsConfigurationVersion}"
compile "com.google.inject:guice:${guiceVersion}"

compile "com.github.vlsi.compactmap:compactmap:1.2.1"
compile "com.github.vlsi.compactmap:compactmap:2.0"

compile "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
compile "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
Expand Down

0 comments on commit 9427942

Please sign in to comment.