|
|
|
|
@ -85,11 +85,6 @@
|
|
|
|
|
<artifactId>commons-lang3</artifactId> |
|
|
|
|
<version>3.12.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.quarkiverse.tektonclient</groupId> |
|
|
|
|
<artifactId>quarkus-tekton-client</artifactId> |
|
|
|
|
<version>0.6.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.postgresql</groupId> |
|
|
|
|
@ -116,19 +111,10 @@
|
|
|
|
|
<groupId>io.quarkus</groupId> |
|
|
|
|
<artifactId>quarkus-resteasy-reactive-jackson</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.quarkus</groupId> |
|
|
|
|
<artifactId>quarkus-arc</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.quarkus</groupId> |
|
|
|
|
<artifactId>quarkus-agroal</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.quarkus</groupId> |
|
|
|
|
<artifactId>quarkus-junit5</artifactId> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.projectlombok</groupId> |
|
|
|
|
<artifactId>lombok</artifactId> |
|
|
|
|
|