PL-10336 Remove cuba-web-auth from app-component descriptor

This commit is contained in:
Yuriy Artamonov 2018-02-02 15:01:37 +04:00
parent 4aa2b9cf81
commit 08b3c8ef25
2 changed files with 1 additions and 5 deletions

View File

@ -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')
}
}

View File

@ -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"/>