Przeglądaj źródła

作用域修改.

写代码是没前途的 7 lat temu
rodzic
commit
dfc582d3fa
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 3 3
      mybatis-plus-api/build.gradle
  2. 1 1
      mybatis-plus-core/build.gradle

+ 3 - 3
mybatis-plus-api/build.gradle

@@ -1,7 +1,7 @@
 dependencies {
-    compile rootProject.ext.dependencies["jsqlparser"]
-    compile rootProject.ext.dependencies["mybatis-spring"]
-    compile rootProject.ext.dependencies["mybatis"]
+    compileOnly rootProject.ext.dependencies["jsqlparser"]
+    compileOnly rootProject.ext.dependencies["mybatis-spring"]
+    compileOnly rootProject.ext.dependencies["mybatis"]
     compileOnly rootProject.ext.dependencies["spring-context-support"]
     compileOnly rootProject.ext.dependencies["spring-jdbc"]
 }

+ 1 - 1
mybatis-plus-core/build.gradle

@@ -17,7 +17,7 @@ dependencies {
     testCompile "org.apache.commons:commons-pool2:2.4.2"
     testCompile "com.microsoft.sqlserver:sqljdbc4:4.0"
     testCompile "org.postgresql:postgresql:9.4.1212"
-    testCompile "com.oracle:ojdbc14:10.2.0.5.0"
+    testCompile "com.oracle:ojdbc6:11.2.0.3.0"
     testCompile "com.h2database:h2:1.4.194"
     testCompile "mysql:mysql-connector-java:5.1.38"
     testCompile "org.slf4j:slf4j-api:1.7.25"