File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed
Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 3535 </properties >
3636
3737 <dependencies >
38+ <dependency >
39+ <groupId >net.datafaker</groupId >
40+ <artifactId >datafaker</artifactId >
41+ <version >2.4.4</version >
42+ </dependency >
43+ <dependency >
44+ <groupId >org.eclipse.jnosql.databases</groupId >
45+ <artifactId >jnosql-mongodb</artifactId >
46+ <version >${jnosql.version} </version >
47+ </dependency >
3848 <dependency >
3949 <groupId >org.jboss.weld.se</groupId >
4050 <artifactId >weld-se-shaded</artifactId >
96106 <scope >test</scope >
97107 </dependency >
98108 <dependency >
99- <groupId >net.datafaker</groupId >
100- <artifactId >datafaker</artifactId >
101- <version >2.4.4</version >
102- </dependency >
103- <dependency >
104- <groupId >org.eclipse.jnosql.databases</groupId >
105- <artifactId >jnosql-mongodb</artifactId >
106- <version >${jnosql.version} </version >
109+ <groupId >org.testcontainers</groupId >
110+ <artifactId >mongodb</artifactId >
111+ <version >1.21.3</version >
112+ <scope >test</scope >
107113 </dependency >
108114 </dependencies >
109115 <build >
You can’t perform that action at this time.
0 commit comments