Skip to content

Commit

Permalink
Update inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 committed Apr 19, 2024
1 parent 8c56213 commit 5cd290c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ RUN wget -O /tmp/mandrel.tar.gz https://github.com/graalvm/mandrel/releases/down

RUN ln -f -s /usr/lib/jvm/java-21-openjdk/* ${HOME}/.java/current

RUN curl -Ls https://sh.jbang.dev | bash -s - trust add https://repo1.maven.org/maven2/io/quarkus/quarkus-cli/ \
curl -Ls https://sh.jbang.dev | bash -s - app install --fresh --force quarkus@quarkusio

USER user
8 changes: 4 additions & 4 deletions inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jdbc-postgresql</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-micrometer-registry-prometheus</artifactId>
</dependency>
<!-- <dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-micrometer-registry-prometheus</artifactId>
</dependency> -->

<!--Distributed tracing -->
<!-- <dependency>-->
Expand Down

0 comments on commit 5cd290c

Please sign in to comment.