Skip to content

Add recipe for move of TestHelper #164

@kthoms

Description

@kthoms

Is your feature request related to a problem? Please describe.
Class org.operaton.bpm.engine.impl.test.TestHelper has been moved with operaton/operaton#965.

Describe the solution you'd like

The dependency

<dependency>
      <groupId>org.operaton.bpm</groupId>
      <artifactId>operaton-engine</artifactId>
      <classifier>{JUNIT_CLASSIFIER}</classifier>
      <scope>test</scope>
      <version>${project.version}</version>
    </dependency>

has to be added. {JUNIT_CLASSIFIER}is either junit4or junit5, depending on the dependencies of the migrated module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    recipeRequest to add an OpenRewrite recipe

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions