Update from springboot-starter 3.2.0 to 3.4.1, missing junit imports

Hello,

I upgraded our project to use camunda-bpm-spring-boot-starter with version 3.4.1, migrating from version 3.2.0.

After the migration, the following imports get me compile-errors:

import org.junit.Before;
import org.junit.ClassRule;
import org.junit.Rule;
import org.junit.rules.ExpectedException;

import org.springframework.boot.test.web.client.TestRestTemplate;
import org.springframework.test.context.junit4.rules.SpringClassRule;
import org.springframework.test.context.junit4.rules.SpringMethodRule;

What is the reason for this? Does the spring-boot-starter no longer bring these as dependencies with it?

Hi @dirkw65,

I just did the upgrade from 3.4.0 to 3.4.1 in my training project and everything works as expected for me.

Hope this helps, Ingo

yes because the change happens from 3.3.0 onward. I migrated from 3.2.0 to 3.4.1