Skip to content

Commit 34ceb80

Browse files
committed
chore: organize imports on data driver test
Signed-off-by: Otavio Santana <[email protected]>
1 parent 9126417 commit 34ceb80

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

pom.xml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@
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>
@@ -96,14 +106,10 @@
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>

0 commit comments

Comments
 (0)