Reduce scope from 'compile' to 'test' for 'junit-vintage-engine'
[sdc.git] / catalog-be / pom.xml
index 6325f6c..27c4849 100644 (file)
@@ -33,6 +33,7 @@
       <groupId>org.junit.vintage</groupId>
       <artifactId>junit-vintage-engine</artifactId>
       <version>${junitJupiter.version}</version>
+      <scope>test</scope>
     </dependency>
 
     <!--JSON and YAML Parsing-->
       <version>${jersey-bom.version}</version>
     </dependency>
 
-    <dependency>
-      <groupId>com.github.tomakehurst</groupId>
-      <artifactId>wiremock-standalone</artifactId>
-      <scope>test</scope>
-    </dependency>
-
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-webapp</artifactId>