aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index 6325f6cef7..27c48498dd 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -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-->
@@ -567,12 +568,6 @@
</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>
<version>${jetty.version}</version>