remove test artifact from parent 27/97127/1
authorTaka Cho <takamune.cho@att.com>
Tue, 15 Oct 2019 13:53:03 +0000 (09:53 -0400)
committerTaka Cho <takamune.cho@att.com>
Tue, 15 Oct 2019 13:53:55 +0000 (09:53 -0400)
sonar does not take the test coverage from
parent pom file

Change-Id: Ie85ab26f2ca7608fc7005b153c0354aa1ae3c029
Issue-ID: APPC-1767
Signed-off-by: Taka Cho <takamune.cho@att.com>
binding-parent/pom.xml
feature-repo-parent/pom.xml
single-feature-parent/pom.xml

index 789d594..409cb93 100644 (file)
@@ -157,48 +157,6 @@ limitations under the License.
                 <artifactId>dblib-provider</artifactId>
                 <version>${sdnctl.dblib.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.powermock</groupId>
-                <artifactId>powermock-api-mockito</artifactId>
-                <version>1.6.4</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-               <groupId>org.javassist</groupId>
-               <artifactId>javassist</artifactId>
-               <version>3.21.0-GA</version>
-               <scope>test</scope>
-            </dependency>
-            <dependency>
-               <groupId>org.mockito</groupId>
-               <artifactId>mockito-core</artifactId>
-               <version>1.10.19</version>
-               <scope>test</scope>
-            </dependency>
-            <dependency>
-               <groupId>org.powermock</groupId>
-               <artifactId>powermock-module-junit4</artifactId>
-               <version>1.6.4</version>
-               <scope>test</scope>
-            </dependency>
-            <dependency>
-               <groupId>org.powermock</groupId>
-               <artifactId>powermock-api-support</artifactId>
-               <version>1.6.4</version>
-               <scope>test</scope>
-            </dependency>
-            <dependency>
-               <groupId>org.powermock</groupId>
-               <artifactId>powermock-reflect</artifactId>
-               <version>1.6.4</version>
-               <scope>test</scope>
-            </dependency>
-            <dependency>
-               <groupId>org.powermock</groupId>
-               <artifactId>powermock-core</artifactId>
-               <version>1.6.4</version>
-               <scope>test</scope>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 
index 6c9c95a..62700db 100644 (file)
@@ -38,48 +38,6 @@ limitations under the License.
 
     <dependencyManagement>
         <dependencies>
-            <dependency>
-                <groupId>org.powermock</groupId>
-                <artifactId>powermock-api-mockito</artifactId>
-                <version>1.6.4</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.javassist</groupId>
-                <artifactId>javassist</artifactId>
-                <version>3.21.0-GA</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.mockito</groupId>
-                <artifactId>mockito-core</artifactId>
-                <version>1.10.19</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.powermock</groupId>
-                <artifactId>powermock-module-junit4</artifactId>
-                <version>1.6.4</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.powermock</groupId>
-                <artifactId>powermock-api-support</artifactId>
-                <version>1.6.4</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.powermock</groupId>
-                <artifactId>powermock-reflect</artifactId>
-                <version>1.6.4</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.powermock</groupId>
-                <artifactId>powermock-core</artifactId>
-                <version>1.6.4</version>
-                <scope>test</scope>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 
index 39694c9..3770c2e 100644 (file)
@@ -73,48 +73,6 @@ limitations under the License.
                 <artifactId>dblib-provider</artifactId>
                 <version>${sdnctl.dblib.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.powermock</groupId>
-                <artifactId>powermock-api-mockito</artifactId>
-                <version>1.6.4</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.javassist</groupId>
-                <artifactId>javassist</artifactId>
-                <version>3.21.0-GA</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.mockito</groupId>
-                <artifactId>mockito-core</artifactId>
-                <version>1.10.19</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.powermock</groupId>
-                <artifactId>powermock-module-junit4</artifactId>
-                <version>1.6.4</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.powermock</groupId>
-                <artifactId>powermock-api-support</artifactId>
-                <version>1.6.4</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.powermock</groupId>
-                <artifactId>powermock-reflect</artifactId>
-                <version>1.6.4</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.powermock</groupId>
-                <artifactId>powermock-core</artifactId>
-                <version>1.6.4</version>
-                <scope>test</scope>
-            </dependency>
         </dependencies>
     </dependencyManagement>