diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-08-03 14:28:14 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-08-03 14:30:37 +0200 |
commit | 27a3afb02d336b88b98cc29eadfdcc075bb9edec (patch) | |
tree | 120968f5d8c4fba56eb8d1febe131e63bd7de96e /nsh/impl/pom.xml | |
parent | 89920339ba9e5da1e33b1466a3f2b29a81096b2e (diff) |
Fix vpp-translate-test scope
Wrong scope was needlessly increasing footprint
and caused DEBUG logs to be printed after introducing
https://gerrit.fd.io/r/#/c/7895/
Change-Id: Iad75e376da8b2a3005cfaf5147062a35b15a5e64
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'nsh/impl/pom.xml')
-rw-r--r-- | nsh/impl/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index bdbedb746..41ab1369e 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -111,6 +111,7 @@ <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-translate-test</artifactId> <version>${project.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> |