diff options
Diffstat (limited to 'runtime/pom.xml')
-rw-r--r-- | runtime/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml index 9ab1549..7661699 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -16,6 +16,10 @@ <dependencies> <dependency> <groupId>io.quarkus</groupId> + <artifactId>quarkus-arc</artifactId> + </dependency> + <dependency> + <groupId>io.quarkus</groupId> <artifactId>quarkus-core</artifactId> </dependency> <dependency> |