|
@@ -3,7 +3,7 @@ apply plugin: 'java'
|
|
sourceCompatibility = 1.7
|
|
sourceCompatibility = 1.7
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
- compile project(":mybatis-plus-annotations")
|
|
|
|
|
|
+ compile project(":mybatis-plus-annotation")
|
|
compile rootProject.ext.dependencies["mybatis"]
|
|
compile rootProject.ext.dependencies["mybatis"]
|
|
compile rootProject.ext.dependencies["jsqlparser"]
|
|
compile rootProject.ext.dependencies["jsqlparser"]
|
|
|
|
|