File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 3737 <artifactId >hbase-client</artifactId >
3838 <version >2.2.4</version >
3939 </dependency >
40+ <dependency >
41+ <groupId >jakarta.nosql.tck.communication.driver</groupId >
42+ <artifactId >driver-tck-column</artifactId >
43+ <version >${jakarta.nosql.version} </version >
44+ <scope >test</scope >
45+ </dependency >
4046 </dependencies >
47+
48+ <build >
49+ <plugins >
50+ <plugin >
51+ <groupId >org.apache.maven.plugins</groupId >
52+ <artifactId >maven-surefire-plugin</artifactId >
53+ <version >${maven.surefire.plugin.version} </version >
54+ <configuration >
55+ <dependenciesToScan >
56+ <dependency >jakarta.nosql.tck.communication.driver:driver-tck-column</dependency >
57+ </dependenciesToScan >
58+ </configuration >
59+ </plugin >
60+ </plugins >
61+ </build >
4162</project >
You can’t perform that action at this time.
0 commit comments