Skip to content

Commit c4d0e2f

Browse files
committed
includes hbase test
1 parent a94e44e commit c4d0e2f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

hbase-driver/pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,26 @@
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>

0 commit comments

Comments
 (0)