Skip to content

Commit

Permalink
Fikset guava imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stigus committed Oct 24, 2023
1 parent 34eab23 commit fa396e1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/arbeidsforhold-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repositories {

dependencies {

implementation('com.google.guava:guava') {
implementation('com.google.guava:guava:31.1-jre') {
version {
strictly '20.0'
}
Expand Down
2 changes: 1 addition & 1 deletion apps/hodejegeren/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
implementation 'net.logstash.logback:logstash-logback-encoder:7.4'

implementation 'no.nav.registre:testnorge-consumers:1.12.0-RELEASE'
implementation 'com.google.guava:guava'
implementation 'com.google.guava:guava:31.1-jre'

implementation 'org.hibernate.validator:hibernate-validator'

Expand Down
2 changes: 1 addition & 1 deletion apps/oppsummeringsdokument-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repositories {
}

dependencies {
implementation('com.google.guava:guava') {
implementation('com.google.guava:guava:31.1-jre') {
version {
strictly '20.0'
}
Expand Down
2 changes: 1 addition & 1 deletion apps/synt-vedtakshistorikk-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
implementation 'net.logstash.logback:logstash-logback-encoder:7.4'
implementation 'org.hibernate.validator:hibernate-validator'

implementation 'com.google.guava:guava'
implementation 'com.google.guava:guava:31.1-jre'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.cloud:spring-cloud-contract-wiremock'
Expand Down
2 changes: 1 addition & 1 deletion apps/testnorge-statisk-data-forvalter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ repositories {
}

dependencies {
implementation 'com.google.guava:guava'
implementation 'com.google.guava:guava:31.1-jre'

implementation 'no.nav.testnav.libs:security-core'
implementation 'no.nav.testnav.libs:servlet-security'
Expand Down
2 changes: 1 addition & 1 deletion apps/varslinger-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repositories {

dependencies {

implementation('com.google.guava:guava') {
implementation('com.google.guava:guava:31.1-jre') {
version {
strictly '20.0'
}
Expand Down

0 comments on commit fa396e1

Please sign in to comment.