Skip to content

Commit 0b676e6

Browse files
committed
添加sequence插件依赖
1 parent 6d85871 commit 0b676e6

File tree

1 file changed

+5
-0
lines changed
  • api-boot-project/api-boot-autoconfigure

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,5 +230,10 @@
230230
<optional>true</optional>
231231
</dependency>
232232

233+
<!--Sequence-->
234+
<dependency>
235+
<groupId>org.minbox.framework</groupId>
236+
<artifactId>api-boot-plugin-sequence</artifactId>
237+
</dependency>
233238
</dependencies>
234239
</project>

0 commit comments

Comments
 (0)