Skip to content

Commit 45250d7

Browse files
committed
Return pom changes
Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>
1 parent 38d86f6 commit 45250d7

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

connector/connect/common/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
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>

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2820,6 +2820,14 @@
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>

sql/core/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@
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>

0 commit comments

Comments
 (0)