| | |
| | | </repositories> |
| | | |
| | | <dependencies> |
| | | |
| | | <dependency> |
| | | <groupId>com.oracle.database.jdbc</groupId> |
| | | <artifactId>ojdbc8</artifactId> |
| | | <version>19.8.0.0</version> |
| | | <scope>system</scope> |
| | | <systemPath>${basedir}/lib/ojdbc8.jar</systemPath> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.oracle.database.jdbc</groupId> |
| | | <artifactId>orai18n</artifactId> |
| | | <version>1.0.2.0</version> |
| | | <scope>system</scope> |
| | | <systemPath>${basedir}/lib/orai18n-12.1.0.2.0.jar</systemPath> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter</artifactId> |