mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-01-04 00:23:19 +09:00
#30 renamed module quartz-manager-web-showcase
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
|
||||
<modules>
|
||||
<module>quartz-manager-api</module>
|
||||
<module>quartz-manager-web</module>
|
||||
<module>quartz-manager-ui-webjar</module>
|
||||
<module>quartz-manager-web-showcase</module>
|
||||
</modules>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
<version>2.2.2-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>quartz-manager-web</artifactId>
|
||||
<artifactId>quartz-manager-web-showcase</artifactId>
|
||||
|
||||
<packaging>war</packaging>
|
||||
|
||||
<name>Quartz Manager Web</name>
|
||||
<description>A webapp that imports Quartz Manager API lib</description>
|
||||
<name>Quartz Manager Web Showcase</name>
|
||||
<description>A webapp that imports Quartz Manager API lib and the frontend webjar</description>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -29,11 +29,10 @@
|
||||
<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> -->
|
||||
<dependency>
|
||||
<groupId>it.fabioformosa.quartz-manager</groupId>
|
||||
<artifactId>quartz-manager-ui-webjar</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- SPRING -->
|
||||
<dependency>
|
||||
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
Reference in New Issue
Block a user