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 5151 <artifactId >java-driver-query-builder</artifactId >
5252 <version >${casandra.driver.version} </version >
5353 </dependency >
54+ <dependency >
55+ <groupId >jakarta.nosql.tck.communication.driver</groupId >
56+ <artifactId >driver-tck-column</artifactId >
57+ <version >${jakarta.nosql.version} </version >
58+ <scope >test</scope >
59+ </dependency >
5460 </dependencies >
61+
62+ <build >
63+ <plugins >
64+ <plugin >
65+ <groupId >org.apache.maven.plugins</groupId >
66+ <artifactId >maven-surefire-plugin</artifactId >
67+ <version >${maven.surefire.plugin.version} </version >
68+ <configuration >
69+ <dependenciesToScan >
70+ <dependency >jakarta.nosql.tck.communication.driver:driver-tck-column</dependency >
71+ </dependenciesToScan >
72+ </configuration >
73+ </plugin >
74+ </plugins >
75+ </build >
5576</project >
You can’t perform that action at this time.
0 commit comments