Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
quarkus: add smallrye-metrics (#783)
Browse files Browse the repository at this point in the history
* quarkus: add smallrye-metrics

* quarkus: add metrics to all templates

Co-authored-by: Kamran Shamsi <[email protected]>
  • Loading branch information
ianpartridge and Kamran64 authored May 4, 2020
1 parent 554483f commit 719dc38
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incubator/quarkus/image/project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.appsody</groupId>
<artifactId>quarkus</artifactId>
<version>0.3.3</version>
<version>0.3.4</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion incubator/quarkus/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Quarkus
version: 0.3.3
version: 0.3.4
description: Quarkus runtime for running Java applications
license: Apache-2.0
language: java
Expand Down
4 changes: 4 additions & 0 deletions incubator/quarkus/templates/default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<version>1.0-SNAPSHOT</version>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-metrics</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions incubator/quarkus/templates/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<version>1.0-SNAPSHOT</version>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-metrics</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
Expand Down

0 comments on commit 719dc38

Please sign in to comment.