Skip to content

Commit 6d85871

Browse files
committed
添加Sequence相关统一版本依赖
1 parent 16c54ed commit 6d85871

File tree

1 file changed

+12
-0
lines changed
  • api-boot-project/api-boot-dependencies

1 file changed

+12
-0
lines changed

api-boot-project/api-boot-dependencies/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,18 @@
453453
<artifactId>minbox-logging-spring-context</artifactId>
454454
<version>${minbox-logging.version}</version>
455455
</dependency>
456+
<!--Sequence-->
457+
<dependency>
458+
<groupId>org.minbox.framework</groupId>
459+
<artifactId>api-boot-plugin-sequence</artifactId>
460+
<version>${project.version}</version>
461+
</dependency>
462+
<dependency>
463+
<groupId>org.minbox.framework</groupId>
464+
<artifactId>api-boot-starter-sequence</artifactId>
465+
<version>${project.version}</version>
466+
</dependency>
467+
456468
<dependency>
457469
<groupId>javax.annotation</groupId>
458470
<artifactId>javax.annotation-api</artifactId>

0 commit comments

Comments
 (0)