diff options
author | kurczews <krzysztof.kurczewski@nokia.com> | 2019-05-17 09:10:27 +0200 |
---|---|---|
committer | Wojciech Sliwka <wojciech.sliwka@nokia.com> | 2019-05-30 12:27:49 +0000 |
commit | b1d739306129ef001a8f9f9f75dc34c568a3d5d0 (patch) | |
tree | f20048e0d24676717468df44611efbaec36ad309 /vid-app-common/pom.xml | |
parent | e3c3ba0dc33afe638cd1cade06331b1c5d379295 (diff) |
Add MsoControllerTests
Issue-ID: VID-470
Change-Id: I9416247d8d9548d1c01af070d8106b1512dee200
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
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> |