-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.5.0
-
None
When writing an own AuthenticationFilter you need this dependency:
<dependency> <groupId>org.camunda.bpm.webapp</groupId> <artifactId>camunda-webapp-webjar</artifactId> <version>${camunda.version}</version> <scope>provided</scope> </dependency>
This pom requires a transitive dependency:
<dependency> <groupId>org.camunda.bpm.webapp</groupId> <artifactId>camunda-webapp</artifactId> <version>${project.parent.version}</version> <type>jar</type> <classifier>classes</classifier> </dependency>
ANd this is not found on Maven Central for 7.5.0 (the other dependency camunda-webapp-webjar IS found on Maven Central Correctly):
Could not resolve dependencies for project XXX: Failure to find org.camunda.bpm.webapp:camunda-webapp:jar:classes:7.5.0 in https://repo.maven.apache.org/maven2
Please add the missing artifact to Maven Central
This is the controller panel for Smart Panels app
- is related to
-
CAM-2165 include camunda webapp in maven central
- Closed