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

Add embeddable REST API to Camunda BOM

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Fixed
    • L3 - Default
    • 7.3.0, 7.3.0-alpha2
    • 7.2.0, 7.3.0-alpha1
    • engine
    • None

    Description

      The dependency for embedding the Camunda REST API does not seem to be
      contained in the Camunda BOM. That forces users to always specify the
      version number:

      <dependency>
      <groupId>org.camunda.bpm</groupId>
      <artifactId>camunda-engine-rest</artifactId>
      <version>7.2.0</version>
      <classifier>classes</classifier>
      </dependency>

      Could this be included in the BOM or is that a shortcoming of Maven?

      The following example also shows the issue:
      https://github.com/camunda/camunda-bpm-examples/tree/master/deployment/embedded-spring-rest

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              meyer Daniel Meyer
              menge Falko Menge
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce