|
@@ -25,7 +25,7 @@
|
|
|
<maven.compiler.target>8</maven.compiler.target>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<sd.version>1.0</sd.version>
|
|
|
- <base.version>1.0.2</base.version>
|
|
|
+ <base.version>1.0.3</base.version>
|
|
|
</properties>
|
|
|
|
|
|
<parent>
|
|
@@ -45,6 +45,12 @@
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
+ <groupId>com.fjhx</groupId>
|
|
|
+ <artifactId>hx-flow</artifactId>
|
|
|
+ <version>${base.version}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
<groupId>com.sd</groupId>
|
|
|
<artifactId>sd-framework</artifactId>
|
|
|
<version>${sd.version}</version>
|