aboutsummaryrefslogtreecommitdiffstats
path: root/ui-ci/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2020-05-06 23:57:53 +0100
committerOfir Sonsino <ofir.sonsino@intl.att.com>2020-05-07 08:25:31 +0000
commita1bd235fffc7c0685800b6f3d8289d143baa87d6 (patch)
treea0d7d93500b2945069ee51ab0a5f18f6d75fcf6f /ui-ci/pom.xml
parentcea494370afa9feb589d1f813850fbdabc1df578 (diff)
Reduce scope from 'compile' to 'test' for 'junit-vintage-engine'
Change-Id: I39b0be6ba6650c9a7215acf359f3d74e0a24e553 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-2844 Issue-ID: SDC-2983
Diffstat (limited to 'ui-ci/pom.xml')
-rw-r--r--ui-ci/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml
index 56c8de92e2..da09985cca 100644
--- a/ui-ci/pom.xml
+++ b/ui-ci/pom.xml
@@ -32,6 +32,7 @@
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junitJupiter.version}</version>
+ <scope>test</scope>
</dependency>
<dependency>