File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change 1212 ~ Contributors:
1313 ~
1414 ~ Otavio Santana
15+ ~ Maximillian Arruda
1516 -->
1617
1718<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2829
2930 <properties >
3031 <monbodb .driver>5.2.1</monbodb .driver>
31- <jakarta .nosql.version>1.0.0-SNAPSHOT</ jakarta .nosql.version >
32+ <tck .nosql.skip>false</ tck .nosql.skip >
3233 </properties >
3334 <dependencies >
3435 <dependency >
4546 <artifactId >mongodb-driver-sync</artifactId >
4647 <version >${monbodb.driver} </version >
4748 </dependency >
48- <dependency >
49- <groupId >jakarta.nosql</groupId >
50- <artifactId >jakarta.nosql-tck</artifactId >
51- <version >${jakarta.nosql.version} </version >
52- <scope >test</scope >
53- </dependency >
5449 </dependencies >
5550
56- <build >
57- <plugins >
58- <plugin >
59- <groupId >org.apache.maven.plugins</groupId >
60- <artifactId >maven-surefire-plugin</artifactId >
61- <version >${maven.surefire.plugin.version} </version >
62- <configuration >
63- <dependenciesToScan >
64- <dependency >jakarta.nosql:jakarta.nosql-tck</dependency >
65- </dependenciesToScan >
66- </configuration >
67- </plugin >
68- </plugins >
69- </build >
7051
7152</project >
You can’t perform that action at this time.
0 commit comments