summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-04-24 15:39:18 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-04-24 15:39:18 +0200
commita8eef5cdbfcfc7ccba9067e329edd2f19269b95b (patch)
tree23de5063f0dc9bfcc5fde7f5d29131933e235fdb /pom.xml
parent24319ba0be3e14d8ad8f7eb6713dcfa219fad156 (diff)
POM: Remove disabled sections.
Change-Id: I0abef8512aeb349bae4f9a5eb4592d46d729ec71
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/pom.xml b/pom.xml
index bbd263a..b512288 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,18 +168,6 @@
<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>
- </dependency>
- -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-oidc</artifactId>
@@ -196,12 +184,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-qute</artifactId>
</dependency>
- <!--
- <dependency>
- <groupId>io.quarkus</groupId>
- <artifactId>quarkus-scheduler</artifactId>
- </dependency>
- -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-jwt</artifactId>