We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c54ed commit 6d85871Copy full SHA for 6d85871
api-boot-project/api-boot-dependencies/pom.xml
@@ -453,6 +453,18 @@
453
<artifactId>minbox-logging-spring-context</artifactId>
454
<version>${minbox-logging.version}</version>
455
</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
463
464
+ <artifactId>api-boot-starter-sequence</artifactId>
465
466
467
+
468
<dependency>
469
<groupId>javax.annotation</groupId>
470
<artifactId>javax.annotation-api</artifactId>
0 commit comments