Adding queues and queue providers; Adding schedules and ScheduleManager

This commit is contained in:
2022-10-18 09:00:21 -05:00
parent 888239b265
commit 6345846eba
23 changed files with 2172 additions and 43 deletions

View File

@ -102,7 +102,7 @@
</configuration>
<executions>
<execution>
<phase>package</phase>
<phase>${plugin.shade.phase}</phase>
<goals>
<goal>shade</goal>
</goals>