File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 54
54
<project .build.sourceEncoding>${project.encoding} </project .build.sourceEncoding>
55
55
<project .encoding>UTF-8</project .encoding>
56
56
<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>
58
58
</properties >
59
59
60
60
<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 >
68
61
<dependency >
69
62
<groupId >org.apache.hadoop</groupId >
70
63
<artifactId >hadoop-common</artifactId >
116
109
</exclusion >
117
110
</exclusions >
118
111
</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 >
124
117
<dependency >
125
118
<groupId >org.apache.hbase</groupId >
126
119
<artifactId >hbase-client</artifactId >
You can’t perform that action at this time.
0 commit comments