tobby48 4 年 前
コミット
71d621958b
共有1 個のファイルを変更した7 個の追加6 個の削除を含む
  1. 7
    6
      pom.xml

+ 7
- 6
pom.xml ファイルの表示

@@ -18,7 +18,7 @@
18 18
 		<mockito.version>1.10.19</mockito.version>
19 19
 		
20 20
 		<!-- 2일차 -->
21
-		<mysql.version>5.1.36</mysql.version>
21
+		<mysql.version>6.0.6</mysql.version>
22 22
 		<hibernate.version>5.2.12.Final</hibernate.version>
23 23
 		
24 24
 		<!-- 3일차 -->
@@ -55,11 +55,11 @@
55 55
 
56 56
 
57 57
 	<dependencies>
58
-	<dependency>
59
-    <groupId>com.github.twitch4j</groupId>
60
-    <artifactId>twitch4j</artifactId>
61
-    <version>1.1.0</version>
62
-</dependency>
58
+		<dependency>
59
+			<groupId>com.github.twitch4j</groupId>
60
+			<artifactId>twitch4j</artifactId>
61
+			<version>1.1.0</version>
62
+		</dependency>
63 63
 	
64 64
 		<dependency>
65 65
 			<groupId>junit</groupId>
@@ -68,6 +68,7 @@
68 68
 			<scope>test</scope>
69 69
 		</dependency>
70 70
 
71
+
71 72
 		<!-- MariaDB / Mysql -->
72 73
 		<dependency>
73 74
 			<groupId>mysql</groupId>