aboutsummaryrefslogtreecommitdiffstats
path: root/common-app-logging/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 /common-app-logging/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 'common-app-logging/pom.xml')
-rw-r--r--common-app-logging/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/common-app-logging/pom.xml b/common-app-logging/pom.xml
index 201158abfc..19dc8bb4d0 100644
--- a/common-app-logging/pom.xml
+++ b/common-app-logging/pom.xml
@@ -25,6 +25,7 @@
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junitJupiter.version}</version>
+ <scope>test</scope>
</dependency>
<dependency>