diff options
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index d3c6fbeeb..333181d9d 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -822,7 +822,7 @@ <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>3.10.0</version> - <scope>compile</scope> + <scope>test</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> |