From 4cb34f4698d77574293d6b6a13116ad3b2f572b5 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 24 Jan 2020 14:44:28 +0100 Subject: Get build.gradle and Maven POM in line. Change-Id: I3a0a1e9bced0f5c3b7c083df9408e38b1a2976f6 --- build.gradle | 3 --- 1 file changed, 3 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 0250f26..8136ed5 100644 --- a/build.gradle +++ b/build.gradle @@ -30,12 +30,9 @@ dependencies { implementation 'io.quarkus:quarkus-hibernate-orm-panache' implementation 'io.quarkus:quarkus-hibernate-validator' implementation 'io.quarkus:quarkus-jdbc-postgresql' - implementation 'io.quarkus:quarkus-jsonb' - implementation 'io.quarkus:quarkus-jsonp' implementation 'io.quarkus:quarkus-kubernetes' implementation 'io.quarkus:quarkus-mailer' implementation 'io.quarkus:quarkus-oidc' - implementation 'io.quarkus:quarkus-qute' implementation 'io.quarkus:quarkus-resteasy' implementation 'io.quarkus:quarkus-resteasy-jsonb' implementation 'io.quarkus:quarkus-resteasy-qute' -- cgit v1.2.3