Add embeddable REST API to Camunda BOM

XMLWordPrintable

    • Type: Feature Request
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.3.0, 7.3.0-alpha2
    • Affects Version/s: 7.2.0, 7.3.0-alpha1
    • Component/s: engine
    • None

      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

            Assignee:
            Daniel Meyer
            Reporter:
            Falko Menge
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: