將maven的pom.xml文件中,有關ojdbc的一段修改為
<dependency> <groupId>com.oracle</groupId> <artifactId>ojdbc14</artifactId> <version>10.2.0.4.0</version> <type>pom</type> </dependency>
加入一段<type>pom</type>
這樣的話,maven會自動查找兼容的版本。
將maven的pom.xml文件中,有關ojdbc的一段修改為
<dependency> <groupId>com.oracle</groupId> <artifactId>ojdbc14</artifactId> <version>10.2.0.4.0</version> <type>pom</type> </dependency>
加入一段<type>pom</type>
這樣的話,maven會自動查找兼容的版本。
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。