mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 10:17:43 +08:00
PL-10336 Remove cuba-web-auth
from app-component descriptor
This commit is contained in:
parent
4aa2b9cf81
commit
08b3c8ef25
@ -675,7 +675,7 @@ configure(webModule) {
|
||||
|
||||
task deploy(dependsOn: assemble, type: CubaDeployment) {
|
||||
appName = 'cuba'
|
||||
appJars('cuba-global', 'cuba-client', 'cuba-gui', 'cuba-web', 'cuba-web-auth', 'cuba-rest-api', 'cuba-idp')
|
||||
appJars('cuba-global', 'cuba-client', 'cuba-gui', 'cuba-web', 'cuba-rest-api', 'cuba-idp')
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -82,10 +82,6 @@
|
||||
<property name="cuba.metadataConfig" value="+cuba-gui-metadata.xml"/>
|
||||
</module>
|
||||
|
||||
<module name="web-auth" dependsOn="global" blocks="web">
|
||||
<artifact name="cuba-web-auth" appJar="true"/>
|
||||
</module>
|
||||
|
||||
<module name="web" dependsOn="gui,rest-api,web-auth,idp" blocks="web">
|
||||
<artifact name="cuba-web" appJar="true"/>
|
||||
<artifact name="cuba-client-tests" configuration="testCompile"/>
|
||||
|
Loading…
Reference in New Issue
Block a user