diff options
author | vasraz <vasyl.razinkov@est.tech> | 2020-05-06 23:57:53 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-05-07 08:25:31 +0000 |
commit | a1bd235fffc7c0685800b6f3d8289d143baa87d6 (patch) | |
tree | a0d7d93500b2945069ee51ab0a5f18f6d75fcf6f /utils | |
parent | cea494370afa9feb589d1f813850fbdabc1df578 (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 'utils')
-rw-r--r-- | utils/DmaapPublisher/pom.xml | 1 | ||||
-rw-r--r-- | utils/webseal-simulator/pom.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/utils/DmaapPublisher/pom.xml b/utils/DmaapPublisher/pom.xml index 45db7443f5..b2b013e2a2 100644 --- a/utils/DmaapPublisher/pom.xml +++ b/utils/DmaapPublisher/pom.xml @@ -24,6 +24,7 @@ <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> <version>${junitJupiter.version}</version> + <scope>test</scope> </dependency> <!--spock testing--> diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index f446e28afe..0c7bd25594 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -36,6 +36,7 @@ <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> <version>${junitJupiter.version}</version> + <scope>test</scope> </dependency> <dependency> |