Reenginering to prepare view webapp
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>webapp</artifactId>
|
||||
<artifactId>api-webapp</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
<unpack>true</unpack>
|
||||
<useTransitiveDependencies>false</useTransitiveDependencies>
|
||||
<includes>
|
||||
<include>${project.groupId}:webapp</include>
|
||||
<include>${project.groupId}:api-webapp</include>
|
||||
<include>${project.groupId}:bootstrap</include>
|
||||
</includes>
|
||||
</dependencySet>
|
||||
|
Reference in New Issue
Block a user