From 0672d570a126fa7c3a3841e7489ed6952052e621 Mon Sep 17 00:00:00 2001 From: Jigar Joshi Date: Wed, 4 May 2022 12:05:27 -0700 Subject: [PATCH] fix: Updating the starter app to be 1.0.0-alpha.10 client version compatible --- pom.xml | 4 ++-- src/main/resources/application.yml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 4c3c407..84b462f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.tigrisdata tigris-example-java - 1.0.0-alpha.9 + 1.0.0-alpha.10 @@ -26,7 +26,7 @@ - 1.0.0-alpha.9 + 1.0.0-alpha.10 1.8 1.8 UTF-8 diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f64474d..e65764d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -8,8 +8,6 @@ tigris: url: "localhost:8081" network: usePlainText: true - authorization: - token: "some-token" springdoc: swagger-ui: