aboutsummaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/pom.xml
diff options
context:
space:
mode:
authorAdheli Tavares <adheli.tavares@est.tech>2023-10-03 13:18:35 +0000
committerGerrit Code Review <gerrit@onap.org>2023-10-03 13:18:35 +0000
commit0e60399cb996d4b0f4528fd224510ac6cab6716e (patch)
tree844c4f12bf4f31f526726318800d427f68d64c35 /gui-editors/gui-editor-apex/pom.xml
parente5970705a26dbb4d5c55a33d29e59f78a2950819 (diff)
parent57291735494117780aa15db412a42927935fba22 (diff)
Merge "Upgrade Java 17"
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>