[oceanbase] Bump the oblogclient version to 1.0.3 to fix the NPE in oblogclient connection (#998)

This closes #998.
pull/999/head
He Wang 3 years ago committed by GitHub
parent 60d15fb566
commit 2a538647e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,12 +64,9 @@ under the License.
<include>commons-codec:commons-codec</include>
<include>org.lz4:lz4-java</include>
<include>org.apache.avro:avro</include>
<include>org.apache.commons:*</include>
<include>org.apache.commons:commons-lang3</include>
<include>org.apache.kafka:*</include>
<include>com.fasterxml.*:*</include>
<include>com.google.guava:*</include>
<!-- Include fixed version 18.0-13.0 of flink shaded guava -->
<include>org.apache.flink:flink-shaded-guava</include>
</includes>
</artifactSet>
<filters>

@ -90,7 +90,7 @@ under the License.
<slf4j.version>1.7.15</slf4j.version>
<log4j.version>2.17.1</log4j.version>
<spotless.version>2.4.2</spotless.version>
<oblogclient.version>1.0.2</oblogclient.version>
<oblogclient.version>1.0.3</oblogclient.version>
<!-- Enforce single fork execution due to heavy mini cluster use in the tests -->
<flink.forkCount>1</flink.forkCount>
<flink.reuseForks>true</flink.reuseForks>

Loading…
Cancel
Save