Compare commits
32 Commits
Author | SHA1 | Date | |
---|---|---|---|
a5af3f8636 | |||
56086cb8e8 | |||
c647cc386d | |||
a73543d2a6 | |||
cd472b9269 | |||
bf848b009c | |||
52b86c0de4 | |||
8bc0a7e520 | |||
0601b2b2b2 | |||
93af3639cc | |||
0d402f6014 | |||
e7b6bd644e | |||
343e1b65b9 | |||
14487b62eb | |||
e87a6b68a7 | |||
5ecb627dbf | |||
ea487fee31 | |||
9f9ededab2 | |||
f76105b979 | |||
a3cb17e402 | |||
c6d0977b2f | |||
2405a8a313 | |||
173bfed44f | |||
dc5a7dad39 | |||
10ed99b0a2 | |||
4e4a6aca8d | |||
44d0bf533d | |||
807294881b | |||
a42c754a09 | |||
8b05c51ef6 | |||
8bc03e0ea9 | |||
d32e3c7051 |
4
pom.xml
4
pom.xml
@@ -2,11 +2,9 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.inteligr8.activiti</groupId>
|
||||
<artifactId>keycloak-activiti-app-ext</artifactId>
|
||||
<version>1.4-SNAPSHOT</version>
|
||||
|
||||
<version>1.4.2</version>
|
||||
<name>Keycloak Authentication & Authorization for APS</name>
|
||||
<description>An Alfresco Process Service App extension providing improved Keycloak/AIS support.</description>
|
||||
<url>https://bitbucket.org/inteligr8/keycloak-activiti-app-ext</url>
|
||||
|
@@ -26,6 +26,7 @@ import org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGe
|
||||
@Configuration
|
||||
@ComponentScan(
|
||||
basePackages = {
|
||||
"com.inteligr8.activiti.ais",
|
||||
"com.inteligr8.activiti.idm",
|
||||
"com.inteligr8.activiti.keycloak",
|
||||
"com.inteligr8.activiti.security"
|
||||
|
Reference in New Issue
Block a user