Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.59.x]JBPM-9899 JBPM WB IT tests fails #1520

Merged
merged 1 commit into from Sep 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions jbpm-wb-case-mgmt/jbpm-wb-case-mgmt-showcase/pom.xml
Expand Up @@ -226,6 +226,10 @@
</dependency>

<!-- UberFire -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-structure-backend</artifactId>
</dependency>
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-api</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions jbpm-wb-showcase/pom.xml
Expand Up @@ -1617,6 +1617,10 @@
</dependency>

<!-- UF Security management provider for Keycloak. -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-structure-backend</artifactId>
</dependency>
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-security-management-keycloak</artifactId>
Expand Down