|
|
|
@ -126,6 +126,7 @@
|
|
|
|
|
<postgresql.version>42.1.4</postgresql.version>
|
|
|
|
|
<quartz.version>2.3.0</quartz.version>
|
|
|
|
|
<querydsl.version>4.1.4</querydsl.version>
|
|
|
|
|
<rabbit-amqp-client.version>5.0.0</rabbit-amqp-client.version>
|
|
|
|
|
<reactor-bom.version>Bismuth-SR3</reactor-bom.version>
|
|
|
|
|
<rest-assured.version>3.0.5</rest-assured.version>
|
|
|
|
|
<reactive-streams.version>1.0.1</reactive-streams.version>
|
|
|
|
@ -708,6 +709,11 @@
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.rabbitmq</groupId>
|
|
|
|
|
<artifactId>amqp-client</artifactId>
|
|
|
|
|
<version>${rabbit-amqp-client.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.samskivert</groupId>
|
|
|
|
|
<artifactId>jmustache</artifactId>
|
|
|
|
|