#22 Adapted frontend to be wrapped into a webjar

This commit is contained in:
fabio.formosa
2021-01-30 15:42:37 +01:00
parent 382fe244c5
commit ef4ffca2bd

View File

@@ -28,6 +28,12 @@
<groupId>it.fabioformosa.quartz-manager</groupId>
<artifactId>quartz-manager-api</artifactId>
</dependency>
<!-- disabled to test frontend locally using the webpack dev server -->
<!-- <dependency> -->
<!-- <groupId>it.fabioformosa.quartz-manager</groupId> -->
<!-- <artifactId>quartz-manager-ui-webjar</artifactId> -->
<!-- </dependency> -->
<!-- SPRING -->
<dependency>