tobby48 4 years ago
parent
commit
71d621958b
1 changed files with 7 additions and 6 deletions
  1. 7
    6
      pom.xml

+ 7
- 6
pom.xml View File

18
 		<mockito.version>1.10.19</mockito.version>
18
 		<mockito.version>1.10.19</mockito.version>
19
 		
19
 		
20
 		<!-- 2일차 -->
20
 		<!-- 2일차 -->
21
-		<mysql.version>5.1.36</mysql.version>
21
+		<mysql.version>6.0.6</mysql.version>
22
 		<hibernate.version>5.2.12.Final</hibernate.version>
22
 		<hibernate.version>5.2.12.Final</hibernate.version>
23
 		
23
 		
24
 		<!-- 3일차 -->
24
 		<!-- 3일차 -->
55
 
55
 
56
 
56
 
57
 	<dependencies>
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
 		<dependency>
64
 		<dependency>
65
 			<groupId>junit</groupId>
65
 			<groupId>junit</groupId>
68
 			<scope>test</scope>
68
 			<scope>test</scope>
69
 		</dependency>
69
 		</dependency>
70
 
70
 
71
+
71
 		<!-- MariaDB / Mysql -->
72
 		<!-- MariaDB / Mysql -->
72
 		<dependency>
73
 		<dependency>
73
 			<groupId>mysql</groupId>
74
 			<groupId>mysql</groupId>