build.gradle 326 B

1234567
  1. dependencies {
  2. compileOnly rootProject.ext.dependencies["jsqlparser"]
  3. compileOnly rootProject.ext.dependencies["mybatis-spring"]
  4. compileOnly rootProject.ext.dependencies["mybatis"]
  5. compileOnly rootProject.ext.dependencies["spring-context-support"]
  6. compileOnly rootProject.ext.dependencies["spring-jdbc"]
  7. }