summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMavlushechka <mavlushechka@gmail.com>2022-10-14 00:03:53 +0500
committerMavlushechka <mavlushechka@gmail.com>2022-10-14 00:03:53 +0500
commit2ec0d544ebfd7657a3a14b37a36db5b46e200b88 (patch)
treebcfc0f445cc394bf5ec454c6ed544035645f1915 /pom.xml
parentf8501d374dbd39a66078bad11384ea241848acc6 (diff)
Solve 1st test case
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f38fe38..46d3d2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,11 @@
<version>2.9.1</version>
</dependency>
<dependency>
+ <groupId>mysql</groupId>
+ <artifactId>mysql-connector-java</artifactId>
+ <version>8.0.30</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.19.0</version>