We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1482f1f commit 8518d19Copy full SHA for 8518d19
pom.xml
@@ -92,6 +92,27 @@
92
<version>1.33</version>
93
<scope>compile</scope>
94
</dependency>
95
+
96
+ <dependency>
97
+ <groupId>org.testcontainers</groupId>
98
+ <artifactId>testcontainers</artifactId>
99
+ <version>1.17.5</version>
100
+ <scope>test</scope>
101
+ </dependency>
102
103
104
105
+ <artifactId>junit-jupiter</artifactId>
106
107
108
109
110
111
112
+ <artifactId>mysql</artifactId>
113
114
115
116
</dependencies>
117
118
<build>
0 commit comments