File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
dp-inntekt-grpc/src/main/proto Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ object Shadow {
242
242
}
243
243
244
244
object TestContainers {
245
- const val version = " 1.15.0-rc2 "
245
+ const val version = " 1.13.0 "
246
246
const val postgresql = " org.testcontainers:postgresql:$version "
247
247
const val kafka = " org.testcontainers:kafka:$version "
248
248
}
Original file line number Diff line number Diff line change @@ -4,12 +4,7 @@ option java_multiple_files = true;
4
4
5
5
import "InntektAsJson.proto" ;
6
6
7
- message Person {
8
- string fnr = 1 ;
9
- }
10
-
11
7
service InntektHenter {
12
8
rpc hentSpesifisertInntektAsJson (InntektId ) returns (SpesifisertInntektAsJson ) {}
13
9
rpc hentKlassifisertInntektAsJson (InntektId ) returns (KlassifisertInntektAsJson ) {}
14
- rpc hentKlassifisertInntektAsJson (Person ) returns (KlassifisertInntektAsJson ) {}
15
10
}
You can’t perform that action at this time.
0 commit comments