File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 <artifactId >grpc-stub</artifactId >
6868 <version >${io.grpc.version} </version >
6969 </dependency >
70+ <dependency >
71+ <groupId >io.grpc</groupId >
72+ <artifactId >grpc-inprocess</artifactId >
73+ <version >${io.grpc.version} </version >
74+ </dependency >
7075 <dependency >
7176 <groupId >io.netty</groupId >
7277 <artifactId >netty-codec-http2</artifactId >
Original file line number Diff line number Diff line change 28202820 <groupId >io.netty</groupId >
28212821 <artifactId >netty-common</artifactId >
28222822 </exclusion >
2823+ <exclusion >
2824+ <groupId >com.fasterxml.jackson.core</groupId >
2825+ <artifactId >jackson-databind</artifactId >
2826+ </exclusion >
2827+ <exclusion >
2828+ <groupId >com.fasterxml.jackson.datatype</groupId >
2829+ <artifactId >jackson-datatype-jsr310</artifactId >
2830+ </exclusion >
28232831 </exclusions >
28242832 </dependency >
28252833 <dependency >
Original file line number Diff line number Diff line change 143143 <groupId >com.fasterxml.jackson.core</groupId >
144144 <artifactId >jackson-databind</artifactId >
145145 </dependency >
146+ <dependency >
147+ <groupId >com.fasterxml.jackson.datatype</groupId >
148+ <artifactId >jackson-datatype-jsr310</artifactId >
149+ </dependency >
146150 <dependency >
147151 <groupId >org.apache.xbean</groupId >
148152 <artifactId >xbean-asm9-shaded</artifactId >
You can’t perform that action at this time.
0 commit comments