summaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-06-18 20:56:52 +0200
committerHarald Musum <musum@yahooinc.com>2023-06-18 20:56:52 +0200
commit6f12901db6b9e4936a0931e232dfd23868c80d63 (patch)
tree800a3d99a98ac2e6f61868ad8849d42295d0a076 /orchestrator/pom.xml
parent820c2b910f964e195217535f5356cce47aa1a9ef (diff)
Handle application id strings with both 3 and 5 parts
Trying to migrate to using application ids serialized to a string with 3 parts only, support both formats for now
Diffstat (limited to 'orchestrator/pom.xml')
-rw-r--r--orchestrator/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index bd9c7ed977a..6ae24d2782e 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -138,6 +138,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-params</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>