Skip to content

Commit 1376713

Browse files
shenyunlongstuBirdFly
authored andcommitted
[Chore] use obkv-table-client 1.2.13-SNAPSHOT for testing (#57)
1 parent 28dbab0 commit 1376713

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed
Binary file not shown.

pom.xml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,10 @@
5454
<project.build.sourceEncoding>${project.encoding}</project.build.sourceEncoding>
5555
<project.encoding>UTF-8</project.encoding>
5656
<slf4j.version>1.7.21</slf4j.version>
57-
<table.client.version>1.2.13</table.client.version>
57+
<table.client.version>1.2.13-SNAPSHOT</table.client.version>
5858
</properties>
5959

6060
<dependencies>
61-
<dependency>
62-
<groupId>com.oceanbase</groupId>
63-
<artifactId>obkv-table-client</artifactId>
64-
<version>1.2.131-SNAPSHOT</version>
65-
<scope>system</scope>
66-
<systemPath>${project.basedir}/obkv-table-client-1.2.131-SNAPSHOT-jar-with-dependencies.jar</systemPath>
67-
</dependency>
6861
<dependency>
6962
<groupId>org.apache.hadoop</groupId>
7063
<artifactId>hadoop-common</artifactId>
@@ -116,11 +109,11 @@
116109
</exclusion>
117110
</exclusions>
118111
</dependency>
119-
<!-- <dependency>-->
120-
<!-- <groupId>com.oceanbase</groupId>-->
121-
<!-- <artifactId>obkv-table-client</artifactId>-->
122-
<!-- <version>${table.client.version}</version>-->
123-
<!-- </dependency>-->
112+
<dependency>
113+
<groupId>com.oceanbase</groupId>
114+
<artifactId>obkv-table-client</artifactId>
115+
<version>${table.client.version}</version>
116+
</dependency>
124117
<dependency>
125118
<groupId>org.apache.hbase</groupId>
126119
<artifactId>hbase-client</artifactId>

0 commit comments

Comments
 (0)