Add Oracle driver to scenario-task
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
<java.version>8</java.version>
|
||||
<spring-cloud.version>2021.0.0</spring-cloud.version>
|
||||
<test-container-version>1.15.3</test-container-version>
|
||||
<oracle-jdbc.version>21.1.0.0</oracle-jdbc.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -35,6 +36,11 @@
|
||||
<artifactId>postgresql</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.oracle.database.jdbc</groupId>
|
||||
<artifactId>ojdbc8</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mariadb.jdbc</groupId>
|
||||
<artifactId>mariadb-java-client</artifactId>
|
||||
@@ -84,6 +90,13 @@
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.oracle.database.jdbc</groupId>
|
||||
<artifactId>ojdbc-bom</artifactId>
|
||||
<version>${oracle-jdbc.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-dependencies</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user