Fix junit-addons scope 47/85947/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 21 Nov 2019 22:06:59 +0000 (23:06 +0100)
committerRobert Varga <nite@hq.sk>
Thu, 21 Nov 2019 22:10:19 +0000 (22:10 +0000)
This dependency should have scope=test and not be leaking into
production code as evidenced by

00:09:04.902 [INFO] Generating feature descriptor file /w/workspace/lispflowmapping-merge-neon/features/odl-lispflowmapping-neutron/target/feature/feature.xml
00:09:05.535 [WARNING] Manifest not present in the first entry of the zip - junit-addons-1.4.jar

Change-Id: If65c0b1d5bd197508bb7e16ae1331a6a9b1d1cb4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
mappingservice/neutron/pom.xml

index 71417738144335ec1b6de128769600512d42141b..f729bbfb8602f89b03d44f765862046475da5450 100644 (file)
@@ -89,6 +89,7 @@
       <groupId>junit-addons</groupId>
       <artifactId>junit-addons</artifactId>
       <version>1.4</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>