diff options
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 423604f..58a2f4b 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'io.quarkus:quarkus-hibernate-orm-panache' implementation 'io.quarkus:quarkus-hibernate-validator' implementation 'io.quarkus:quarkus-jdbc-postgresql' - implementation 'io.quarkus:quarkus-kubernetes' + //implementation 'io.quarkus:quarkus-kubernetes' implementation 'io.quarkus:quarkus-mailer' implementation 'io.quarkus:quarkus-oidc' implementation 'io.quarkus:quarkus-resteasy' @@ -162,10 +162,12 @@ <groupId>io.quarkus</groupId> <artifactId>quarkus-jdbc-postgresql</artifactId> </dependency> + <!-- <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-kubernetes</artifactId> </dependency> + --> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-mailer</artifactId> |