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
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index d512cfd..e6ff5c6 100644
--- a/asdctool/pom.xml
+++ b/asdctool/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>