ojdbc maven 의존성 추가. 별도로 lib에 존재하는 ojdbc 삭제.
parent
05284b66e9
commit
1580a8e424
14
pom.xml
14
pom.xml
|
|
@ -204,13 +204,13 @@
|
|||
</dependency> -->
|
||||
|
||||
<!-- Oracle -->
|
||||
<!-- <dependency>
|
||||
<groupId>ojdbc</groupId>
|
||||
<artifactId>ojdbc14</artifactId>
|
||||
<version>14</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/ojdbc14-10.2.0.4.0.jar</systemPath>
|
||||
</dependency> -->
|
||||
<!-- https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc6 -->
|
||||
<dependency>
|
||||
<groupId>com.oracle.database.jdbc</groupId>
|
||||
<artifactId>ojdbc6</artifactId>
|
||||
<version>11.2.0.4</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- PostgreSQL 9.1-901 -->
|
||||
<!-- <dependency>
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue