Merge branch 'refs/heads/feature/SUPPORT-8956_mfe' into SUPPORT-8943_seamlessness
# Conflicts: # pom.xml # resources/src/main/resources/business-model/Список заявок на пользователя/Обработка заявки на добавление пользователя.page # resources/src/main/resources/business-model/Список заявок на пользователя/Создание заявки на добавление пользователя.page # resources/src/main/resources/business-model/Список заявок на пользователя/Создать заявку на деактивацию.page # resources/src/main/resources/business-model/Список заявок на пользователя/Создать заявку на изменение.page # resources/src/main/resources/business-model/Список заявок на пользователя/Список заявок.page # resources/src/main/resources/business-model/Управление пользователями/Группы редактирование.page # resources/src/main/resources/business-model/Управление пользователями/Группы создание.page # resources/src/main/resources/business-model/Управление пользователями/Группы.page # resources/src/main/resources/business-model/Управление пользователями/Организации.page # resources/src/main/resources/business-model/Управление пользователями/Организация редактирование(создание).page # resources/src/main/resources/business-model/Управление пользователями/Пользователи редактирование.page # resources/src/main/resources/business-model/Управление пользователями/Пользователи создание.page # resources/src/main/resources/business-model/Управление пользователями/Пользователи.page # resources/src/main/resources/business-model/Управление пользователями/Роли редактирование (создание).page # resources/src/main/resources/business-model/Управление пользователями/Роли.page # resources/src/main/resources/business-model/Управление пользователями/Функции безопасности.page
This commit is contained in:
commit
c69b5d4c33
100 changed files with 1712 additions and 4968 deletions
28
pom.xml
28
pom.xml
|
|
@ -93,6 +93,14 @@
|
|||
<artifactId>security-esia</artifactId>
|
||||
<groupId>ru.cg.webbpm.modules.security</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>ru.cg.webbpm.modules.security</groupId>
|
||||
<artifactId>security-api</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>ru.cg.webbpm.modules.security</groupId>
|
||||
<artifactId>security-beans</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>security-db-synchronization-api</artifactId>
|
||||
<groupId>ru.cg.webbpm.modules.security</groupId>
|
||||
|
|
@ -188,16 +196,6 @@
|
|||
<version>${webbpm-platform.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ru.cg.webbpm.modules.security</groupId>
|
||||
<artifactId>security-beans</artifactId>
|
||||
<version>${webbpm-platform.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ru.cg.webbpm.modules.security</groupId>
|
||||
<artifactId>security-api</artifactId>
|
||||
<version>${webbpm-platform.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ru.cg.webbpm.modules</groupId>
|
||||
<artifactId>webkit-rpc</artifactId>
|
||||
|
|
@ -288,16 +286,6 @@
|
|||
<version>${webbpm-platform.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ru.cg.webbpm.modules.security</groupId>
|
||||
<artifactId>security-db-synchronization-api</artifactId>
|
||||
<version>${webbpm-platform.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ru.cg.webbpm.modules.security</groupId>
|
||||
<artifactId>security-db-synchronization-ldap-impl</artifactId>
|
||||
<version>${webbpm-platform.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<repositories>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue