aboutsummaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/pom.xml
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2023-09-29 08:30:25 +0100
committerwaynedunican <wayne.dunican@est.tech>2023-10-03 11:26:18 +0100
commit57291735494117780aa15db412a42927935fba22 (patch)
tree844c4f12bf4f31f526726318800d427f68d64c35 /gui-editors/gui-editor-apex/pom.xml
parent44a45353ea19d93970954f04507e2baafc7456c0 (diff)
Upgrade Java 17
Issue-ID: POLICY-4674 Change-Id: I7435d0d3ae94a3f0da33888f396706ae49b4d69c Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'gui-editors/gui-editor-apex/pom.xml')
-rw-r--r--gui-editors/gui-editor-apex/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml
index 717cf38..36ccc80 100644
--- a/gui-editors/gui-editor-apex/pom.xml
+++ b/gui-editors/gui-editor-apex/pom.xml
@@ -97,6 +97,11 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-ext</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>