|
@@ -19,11 +19,11 @@
|
|
<spring.boot.version>2.2.5.RELEASE</spring.boot.version>
|
|
<spring.boot.version>2.2.5.RELEASE</spring.boot.version>
|
|
<java.version>1.8</java.version>
|
|
<java.version>1.8</java.version>
|
|
<project.build.jdk>${java.version}</project.build.jdk>
|
|
<project.build.jdk>${java.version}</project.build.jdk>
|
|
- <hsweb.framework.version>4.0.3-SNAPSHOT</hsweb.framework.version>
|
|
|
|
- <easyorm.version>4.0.3-SNAPSHOT</easyorm.version>
|
|
|
|
|
|
+ <hsweb.framework.version>4.0.3</hsweb.framework.version>
|
|
|
|
+ <easyorm.version>4.0.3</easyorm.version>
|
|
<hsweb.expands.version>3.0.2</hsweb.expands.version>
|
|
<hsweb.expands.version>3.0.2</hsweb.expands.version>
|
|
- <jetlinks.version>1.0.3-SNAPSHOT</jetlinks.version>
|
|
|
|
- <r2dbc.version>Arabba-RELEASE</r2dbc.version>
|
|
|
|
|
|
+ <jetlinks.version>1.0.3</jetlinks.version>
|
|
|
|
+ <r2dbc.version>Arabba-SR3</r2dbc.version>
|
|
<vertx.version>3.8.5</vertx.version>
|
|
<vertx.version>3.8.5</vertx.version>
|
|
<netty.version>4.1.46.Final</netty.version>
|
|
<netty.version>4.1.46.Final</netty.version>
|
|
<elasticsearch.version>6.8.6</elasticsearch.version>
|
|
<elasticsearch.version>6.8.6</elasticsearch.version>
|
|
@@ -185,6 +185,14 @@
|
|
<version>1.2.56</version>
|
|
<version>1.2.56</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>io.r2dbc</groupId>
|
|
|
|
+ <artifactId>r2dbc-bom</artifactId>
|
|
|
|
+ <version>${r2dbc.version}</version>
|
|
|
|
+ <type>pom</type>
|
|
|
|
+ <scope>import</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
@@ -234,14 +242,6 @@
|
|
<version>28.0-jre</version>
|
|
<version>28.0-jre</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>io.r2dbc</groupId>
|
|
|
|
- <artifactId>r2dbc-bom</artifactId>
|
|
|
|
- <version>${r2dbc.version}</version>
|
|
|
|
- <type>pom</type>
|
|
|
|
- <scope>import</scope>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>io.vertx</groupId>
|
|
<groupId>io.vertx</groupId>
|
|
<artifactId>vertx-core</artifactId>
|
|
<artifactId>vertx-core</artifactId>
|