Commit 0f9d6eb7 authored by 이주형's avatar 이주형

마리아 버젼 수정

parent 89150709
Pipeline #338 failed with stages
...@@ -51,7 +51,7 @@ subprojects { ...@@ -51,7 +51,7 @@ subprojects {
compile "org.springframework:spring-webmvc:${springVersion}" compile "org.springframework:spring-webmvc:${springVersion}"
compile "org.springframework:spring-webmvc-portlet:${springVersion}" compile "org.springframework:spring-webmvc-portlet:${springVersion}"
compile group: 'org.postgresql', name: 'postgresql', version: '42.2.8' compile group: 'org.postgresql', name: 'postgresql', version: '42.2.8'
compile group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.3.0' compile group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.1'
//implementation group: 'com.oracle', name: 'ojdbc6', version: '11.2.0.3' //implementation group: 'com.oracle', name: 'ojdbc6', version: '11.2.0.3'
testCompile group: 'junit', name: 'junit', version: '4.12' testCompile group: 'junit', name: 'junit', version: '4.12'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment