From 3bb4b549777beae27bad11593dc53355228db197 Mon Sep 17 00:00:00 2001 From: David Turanski Date: Wed, 30 Mar 2022 14:22:11 -0400 Subject: [PATCH] Add Oracle driver to timestamp apps - Bumps version of timestamp-task and timestamp-batch to 2.0.1 --- .github/workflows/ci.yml | 4 ++-- timestamp-batch/pom.xml | 15 ++++++++++++++- timestamp-task/pom.xml | 15 ++++++++++++++- 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8f1138..4a1d385 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -277,7 +277,7 @@ jobs: docker-username: ${{ secrets.DOCKERHUB_USERNAME }} docker-password: ${{ secrets.DOCKERHUB_TOKEN }} docker-images: >- - springcloudtask/timestamp-task:2.0.0 + springcloudtask/timestamp-task:2.0.1 timestamp-batch: runs-on: ubuntu-latest @@ -293,4 +293,4 @@ jobs: docker-username: ${{ secrets.DOCKERHUB_USERNAME }} docker-password: ${{ secrets.DOCKERHUB_TOKEN }} docker-images: >- - springcloudtask/timestamp-batch-task:2.0.0 \ No newline at end of file + springcloudtask/timestamp-batch-task:2.0.1 diff --git a/timestamp-batch/pom.xml b/timestamp-batch/pom.xml index ba567ad..ce72726 100644 --- a/timestamp-batch/pom.xml +++ b/timestamp-batch/pom.xml @@ -10,13 +10,14 @@ io.spring timestamp-batch-task - 2.0.0 + 2.0.1 timestamp-task Simple Timestamp sample. 8 2021.0.0 + 21.1.0.0 @@ -34,6 +35,11 @@ postgresql runtime + + com.oracle.database.jdbc + ojdbc8 + runtime + org.mariadb.jdbc mariadb-java-client @@ -65,6 +71,13 @@ + + com.oracle.database.jdbc + ojdbc-bom + ${oracle-jdbc.version} + pom + import + org.springframework.cloud spring-cloud-dependencies diff --git a/timestamp-task/pom.xml b/timestamp-task/pom.xml index 1a068c4..7dbe12a 100644 --- a/timestamp-task/pom.xml +++ b/timestamp-task/pom.xml @@ -10,13 +10,14 @@ io.spring timestamp-task - 2.0.0 + 2.0.1 timestamp-task Simple Timestamp sample. 8 2021.0.0 + 21.1.0.0 @@ -34,6 +35,11 @@ postgresql runtime + + com.oracle.database.jdbc + ojdbc8 + runtime + org.mariadb.jdbc mariadb-java-client @@ -56,6 +62,13 @@ + + com.oracle.database.jdbc + ojdbc-bom + ${oracle-jdbc.version} + pom + import + org.springframework.cloud spring-cloud-dependencies