JAVA-31190: Preparation for migrating spring-boot-modules to version 3. (#15834)
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<flowable.version>6.4.1</flowable.version>
|
||||
<flowable.version>7.0.1</flowable.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
+1
-1
@@ -17,7 +17,7 @@ import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@ExtendWith(FlowableSpringExtension.class)
|
||||
@SpringBootTest
|
||||
public class ArticleWorkflowIntegrationTest {
|
||||
class ArticleWorkflowIntegrationTest {
|
||||
@Autowired
|
||||
private RuntimeService runtimeService;
|
||||
@Autowired
|
||||
|
||||
Reference in New Issue
Block a user