| author | Adam Cutchin <cutchin@gmail.com> | 2024-12-10 21:37:42.0 -05:00:00 |
|---|---|---|
| committer | Adam Cutchin <cutchin@gmail.com> | 2024-12-10 21:37:42.0 -05:00:00 |
| commit | 15f319e79ad244a93d1a248b9b9377f09ead9dc1 [patch] |
|
| tree | f69de6d270ebd487ca50b01070930823dd4f3dff |
|
| parent | beea9c255e255404a0f2c42410ad77094bf502b8 |
|
| download | master.tar.gz |
|
Adding openshift extension
Diff
pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 08f379a..03220c6 100644 --- a/pom.xml +++ a/pom.xml @@ -42,6 +42,10 @@ </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-openshift</artifactId> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-junit5</artifactId> <scope>test</scope> </dependency>