Skip to content

Commit

Permalink
Enhancement: Bump version of obkv-table-client to 1.3.0 (#11)
Browse files Browse the repository at this point in the history
* Enhancement: Bump version of obkv-table-client to 1.3.0.

* Enhancement: Bump version of obkv-hbase-client to 2.0.0.
  • Loading branch information
yuanoOo authored Dec 10, 2024
1 parent e6d4ce3 commit d3afd7f
Show file tree
Hide file tree
Showing 21 changed files with 42 additions and 643 deletions.
2 changes: 1 addition & 1 deletion spark-connector-obkv-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ under the License.
<dependency>
<groupId>com.oceanbase</groupId>
<artifactId>obkv-hbase-client</artifactId>
<version>0.1.5</version>
<version>2.0.0</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
Expand Down
18 changes: 5 additions & 13 deletions spark-connector-obkv-hbase/spark-connector-obkv-hbase-2.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,24 +88,16 @@ under the License.
<phase>package</phase>
<configuration>
<artifactSet>
<!-- Spark 2.4 should not shade include org.apache.hadoop*:* -->
<includes combine.children="append">
<include>com.alibaba:*</include>
<include>com.oceanbase:*</include>
<include>com.alipay.sofa:bolt</include>
<include>com.alipay.sofa.common:sofa-common-tools</include>
<include>com.alibaba:*</include>
<include>com.alipay.*:*</include>
<include>com.google.*:*</include>
<include>org.apache.hbase*:*</include>
<include>mysql:mysql-connector-java</include>
<include>org.apache.hbase:*</include>
</includes>
</artifactSet>
<createDependencyReducedPom>false</createDependencyReducedPom>
<filters>
<filter>
<artifact>com.oceanbase:obkv-table-client</artifact>
<excludes>
<exclude>**/log4j/log-conf.xml</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
Expand Down

This file was deleted.

15 changes: 4 additions & 11 deletions spark-connector-obkv-hbase/spark-connector-obkv-hbase-3.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,13 @@ under the License.
<includes combine.children="append">
<include>com.oceanbase:*</include>
<include>com.alibaba:*</include>
<include>com.alipay.sofa:bolt</include>
<include>com.alipay.sofa.common:sofa-common-tools</include>
<include>org.apache.hbase:*</include>
<include>com.alipay.*:*</include>
<include>com.google.*:*</include>
<include>org.apache.hadoop*:*</include>
<include>org.apache.hbase*:*</include>
<include>mysql:mysql-connector-java</include>
</includes>
</artifactSet>
<filters>
<filter>
<artifact>com.oceanbase:obkv-table-client</artifact>
<excludes>
<exclude>**/log4j/log-conf.xml</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
Expand Down

This file was deleted.

15 changes: 4 additions & 11 deletions spark-connector-obkv-hbase/spark-connector-obkv-hbase-3.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,13 @@ under the License.
<includes combine.children="append">
<include>com.oceanbase:*</include>
<include>com.alibaba:*</include>
<include>com.alipay.sofa:bolt</include>
<include>com.alipay.sofa.common:sofa-common-tools</include>
<include>org.apache.hbase:*</include>
<include>com.alipay.*:*</include>
<include>com.google.*:*</include>
<include>org.apache.hadoop*:*</include>
<include>org.apache.hbase*:*</include>
<include>mysql:mysql-connector-java</include>
</includes>
</artifactSet>
<filters>
<filter>
<artifact>com.oceanbase:obkv-table-client</artifact>
<excludes>
<exclude>**/log4j/log-conf.xml</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
Expand Down

This file was deleted.

16 changes: 6 additions & 10 deletions spark-connector-obkv-hbase/spark-connector-obkv-hbase-3.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,15 @@ under the License.
<includes combine.children="append">
<include>com.oceanbase:*</include>
<include>com.alibaba:*</include>
<include>com.alipay.sofa:bolt</include>
<include>com.alipay.sofa.common:sofa-common-tools</include>
<include>org.apache.hbase:*</include>
<include>com.alipay.*:*</include>
<include>com.google.*:*</include>
<include>org.apache.hadoop*:*</include>
<include>org.apache.hbase*:*</include>
<include>mysql:mysql-connector-java</include>
<!-- This is only needed for Spark 3.3 and above. -->
<include>com.lmax:disruptor</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<!-- Resolve dependency conflicts in direct-load API. -->
<pattern>org.apache.logging</pattern>
<shadedPattern>shade.org.apache.logging</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
Expand Down
Loading

0 comments on commit d3afd7f

Please sign in to comment.