generated from moderneinc/rewrite-recipe-starter
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
recipeRequest to add an OpenRewrite recipeRequest to add an OpenRewrite recipe
Description
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 junit4
or junit5
, depending on the dependencies of the migrated module.
Metadata
Metadata
Assignees
Labels
recipeRequest to add an OpenRewrite recipeRequest to add an OpenRewrite recipe