Skip to content

Commit

Permalink
Fixed tests; lacked transitive dependency on gRPC Netty.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Oct 18, 2024
1 parent 77a5b2d commit 7585853
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/dolly-frontend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ configurations {
}

dependencies {
implementation "io.grpc:grpc-netty:$versions.grpc"

implementation "no.nav.testnav.libs:data-transfer-objects"
implementation "no.nav.testnav.libs:reactive-core"
implementation "no.nav.testnav.libs:reactive-frontend"
Expand Down
2 changes: 2 additions & 0 deletions apps/endringsmelding-frontend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ configurations {
}

dependencies {
implementation "io.grpc:grpc-netty:$versions.grpc"

implementation "no.nav.testnav.libs:reactive-core"
implementation "no.nav.testnav.libs:reactive-frontend"
implementation("no.nav.testnav.libs:reactive-session-security") {
Expand Down
2 changes: 2 additions & 0 deletions apps/faste-data-frontend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ configurations {
}

dependencies {
implementation "io.grpc:grpc-netty:$versions.grpc"

implementation "no.nav.testnav.libs:reactive-core"
implementation "no.nav.testnav.libs:reactive-frontend"
implementation("no.nav.testnav.libs:reactive-session-security") {
Expand Down
1 change: 1 addition & 0 deletions plugins/java/src/main/groovy/dolly-versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class DollyVersionCatalog {
String avro = "7.6.1"
String bouncyCastle = "1.78.1"
String guava = "33.2.0-jre"
String grpc = "1.68.0"
String jackson = "2.17.2"
String jakartaActivation = "2.1.3"
String jakartaValidation = "3.1.0"
Expand Down

0 comments on commit 7585853

Please sign in to comment.