diff options
author | 2025-02-15 18:02:49 +0100 | |
---|---|---|
committer | 2025-02-15 18:02:49 +0100 | |
commit | 2f4b747bc04a037d6f7d38900184cbc498107101 (patch) | |
tree | 5996afd04c3c2d131145014b4df8443e1ca118a7 /bpmn/MSOCoreBPMN | |
parent | 951c9443a60809b014f4c02d4d9f003c6ff729c5 (diff) |
Reenable tests for more of the bpmn modules
- MSOCommonBPMN
- MSOCoreBPMN
- resolve build warnings due to duplicate dependency declarations in other modules
Issue-ID: SO-4142
Change-Id: I37a09eec3e09f0f280c3ae3440b11b1b16447710
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'bpmn/MSOCoreBPMN')
-rw-r--r-- | bpmn/MSOCoreBPMN/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bpmn/MSOCoreBPMN/pom.xml b/bpmn/MSOCoreBPMN/pom.xml index a14b8cd589..662bd30532 100644 --- a/bpmn/MSOCoreBPMN/pom.xml +++ b/bpmn/MSOCoreBPMN/pom.xml @@ -88,5 +88,10 @@ <artifactId>json-schema-validator</artifactId> <version>2.2.6</version> </dependency> + <dependency> + <groupId>org.junit.vintage</groupId> + <artifactId>junit-vintage-engine</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |