Commit f1b260a12cceac3c2a18304000ccbcf15fa97340

Authored by maliang
1 parent ead8983c30
Exists in master

删除ORCL JDBC 连接

Showing 1 changed file with 0 additions and 6 deletions

mybatis-plus/pom.xml View file @ f1b260a
... ... @@ -125,12 +125,6 @@
125 125 <version>${mybatis-ehcache.version}</version>
126 126 <scope>test</scope>
127 127 </dependency>
128   - <dependency>
129   - <groupId>com.oracle</groupId>
130   - <artifactId>ojdbc14</artifactId>
131   - <version>${ojdbc14.version}</version>
132   - <scope>test</scope>
133   - </dependency>
134 128  
135 129 <dependency>
136 130 <groupId>ch.qos.logback</groupId>