Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-6517

camunda-webapp classes is missing on Maven Central

      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

            Loading...
            Uploaded image for project: 'camunda BPM'
            1. camunda BPM
            2. CAM-6517

            camunda-webapp classes is missing on Maven Central

                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

                        lipphardt Christian
                        ruecker Bernd Ruecker
                        Votes:
                        0 Vote for this issue
                        Watchers:
                        4 Start watching this issue

                          Created:
                          Updated:
                          Resolved:

                              lipphardt Christian
                              ruecker Bernd Ruecker
                              Votes:
                              0 Vote for this issue
                              Watchers:
                              4 Start watching this issue

                                Created:
                                Updated:
                                Resolved: