- add missing vintage engine dependency to execute tests for
so-bpmn-tasks
Issue-ID: SO-4253
Change-Id: I3727283d7e579682201ebde11cc80907f8434c8a
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>
<artifactId>so-cnfm-lcm-api</artifactId>
<version>${so-cnfm-lcm-api.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>
@Provider
public class CommonObjectMapperProvider implements ContextResolver<ObjectMapper> {
- protected static ObjectMapper mapper;
+ protected ObjectMapper mapper;
public CommonObjectMapperProvider() {
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<packaging>jar</packaging>
<build>