summaryrefslogtreecommitdiff
path: root/deployment
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2021-05-11 21:27:23 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2021-05-11 21:49:28 +0200
commitc066d8977335f024b130d12f754fffc8604d1538 (patch)
tree1878429aadb69fd9dcfc254e28ef209fc1a74763 /deployment
parentb8fbc37809dac5102292e6aa83668e149ed27102 (diff)
Mark Formatter as provided, remove dependency on Arc.
Change-Id: Ia5faeefbaf541381e44c53f621d0c08ae28ec2ad
Diffstat (limited to 'deployment')
-rw-r--r--deployment/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml
index d468ada..7978272 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -15,7 +15,7 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
- <artifactId>quarkus-arc-deployment</artifactId>
+ <artifactId>quarkus-core-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>