aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCoreBPMN
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-02-15 18:02:49 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-02-15 18:02:49 +0100
commit2f4b747bc04a037d6f7d38900184cbc498107101 (patch)
tree5996afd04c3c2d131145014b4df8443e1ca118a7 /bpmn/MSOCoreBPMN
parent951c9443a60809b014f4c02d4d9f003c6ff729c5 (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.xml5
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>