diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-03-15 12:48:29 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-03-16 11:13:16 +0100 |
commit | 84db379e6806b7c4603a9f86452ee3d8a1fd7e0b (patch) | |
tree | 7b5d5b4ae2dd0e952493211191f3ae6ab3f25a82 /pom.xml | |
parent | 2ebeae10dc3fdef90a769c133251632d7cb9aec9 (diff) |
Disable Quarkus Kubernetes processing.
In Quarkus 1.3.0.Final, Kubernetes processing causes the build to
fail. As it was buggy before, this patch disables it for now.
Change-Id: I9dd6a15a968846932f373598e50e1f2846679564
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |