|
@@ -37,6 +37,7 @@
|
|
|
<version.plugin.compiler>3.11.0</version.plugin.compiler>
|
|
<version.plugin.compiler>3.11.0</version.plugin.compiler>
|
|
|
<rocker.version>1.3.0</rocker.version>
|
|
<rocker.version>1.3.0</rocker.version>
|
|
|
<vertx-pg-client.version>4.5.3</vertx-pg-client.version>
|
|
<vertx-pg-client.version>4.5.3</vertx-pg-client.version>
|
|
|
|
|
+ <ongres-scram.version>2.1</ongres-scram.version>
|
|
|
<jsoniter.version>0.9.23</jsoniter.version>
|
|
<jsoniter.version>0.9.23</jsoniter.version>
|
|
|
<jte.version>3.1.15</jte.version>
|
|
<jte.version>3.1.15</jte.version>
|
|
|
</properties>
|
|
</properties>
|
|
@@ -68,6 +69,11 @@
|
|
|
<artifactId>vertx-pg-client</artifactId>
|
|
<artifactId>vertx-pg-client</artifactId>
|
|
|
<version>${vertx-pg-client.version}</version>
|
|
<version>${vertx-pg-client.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.ongres.scram</groupId>
|
|
|
|
|
+ <artifactId>client</artifactId>
|
|
|
|
|
+ <version>${ongres-scram.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.zaxxer</groupId>
|
|
<groupId>com.zaxxer</groupId>
|
|
|
<artifactId>HikariCP</artifactId>
|
|
<artifactId>HikariCP</artifactId>
|