Merge branch 'bugfix/q-native' into 'develop'

Добавление зависимостей для нативной сборки

See merge request t1-support-portal/backend/libraries/haiti-filter-quarkus!2
This commit is contained in:
Alexey A. Galaktionov 2022-01-17 08:44:00 +03:00
commit 8ac2a5b1c0

16
pom.xml
View File

@ -54,6 +54,22 @@
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-mutiny-vertx-pg-client</artifactId>
</dependency>
<!--Все зависимости ниже необходимы только для нативной сборки Quarkus-->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.1</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>20.1.0</version>
</dependency>
</dependencies>
<scm>