瀏覽代碼

优化依赖

zhou-hao 5 年之前
父節點
當前提交
339c0a66b2
共有 1 個文件被更改,包括 12 次插入12 次删除
  1. 12 12
      pom.xml

+ 12 - 12
pom.xml

@@ -19,11 +19,11 @@
         <spring.boot.version>2.2.5.RELEASE</spring.boot.version>
         <java.version>1.8</java.version>
         <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>
-        <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>
         <netty.version>4.1.46.Final</netty.version>
         <elasticsearch.version>6.8.6</elasticsearch.version>
@@ -185,6 +185,14 @@
                 <version>1.2.56</version>
             </dependency>
 
+            <dependency>
+                <groupId>io.r2dbc</groupId>
+                <artifactId>r2dbc-bom</artifactId>
+                <version>${r2dbc.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+
             <dependency>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-dependencies</artifactId>
@@ -234,14 +242,6 @@
                 <version>28.0-jre</version>
             </dependency>
 
-            <dependency>
-                <groupId>io.r2dbc</groupId>
-                <artifactId>r2dbc-bom</artifactId>
-                <version>${r2dbc.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-
             <dependency>
                 <groupId>io.vertx</groupId>
                 <artifactId>vertx-core</artifactId>