File tree 4 files changed +4
-4
lines changed
main/no/nav/tilleggsstonader/libs/unleash
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
dependencies {
6
6
implementation(" org.springframework.boot:spring-boot" )
7
7
implementation(" org.springframework.boot:spring-boot-autoconfigure" )
8
- api(" io.getunleash:unleash-client-java:9 .2.4 " )
8
+ api(" io.getunleash:unleash-client-java:10 .2.0 " )
9
9
}
10
10
11
11
tasks.sourcesJar {
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ package no.nav.tilleggsstonader.libs.unleash
2
2
3
3
import io.getunleash.DefaultUnleash
4
4
import io.getunleash.UnleashContext
5
- import io.getunleash.Variant
6
5
import io.getunleash.strategy.Strategy
7
6
import io.getunleash.util.UnleashConfig
7
+ import io.getunleash.variant.Variant
8
8
9
9
internal class DefaultUnleashService (
10
10
apiUrl : String ,
Original file line number Diff line number Diff line change 1
1
package no.nav.tilleggsstonader.libs.unleash
2
2
3
- import io.getunleash.Variant
3
+ import io.getunleash.variant. Variant
4
4
5
5
/* *
6
6
* Dummyservice når unleash er disabled
Original file line number Diff line number Diff line change 1
1
package no.nav.tilleggsstonader.libs.unleash
2
2
3
- import io.getunleash.Variant
3
+ import io.getunleash.variant. Variant
4
4
import org.springframework.beans.factory.DisposableBean
5
5
6
6
interface UnleashService : DisposableBean {
You can’t perform that action at this time.
0 commit comments