Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e659e3

Browse files
committed
Added hsql driver.
1 parent 87271b8 commit 2e659e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies {
3030
compile("org.springframework:spring-jdbc:4.0.0.RELEASE")
3131

3232
compile("javax.inject:javax.inject:1")
33+
compile("org.hsqldb:hsqldb:2.2.9")
3334
//
3435
compile("org.mybatis:mybatis:3.2.4")
3536
compile("org.mybatis:mybatis-spring:1.2.2")

0 commit comments

Comments
 (0)