You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/08/09 16:11:55 UTC

[maven-surefire] branch master updated: removed unnecessary scope=compile

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new a2a5d12  removed unnecessary scope=compile
a2a5d12 is described below

commit a2a5d120c0bf0fe2f82408d5979abad8a360175c
Author: tibordigana <ti...@apache.org>
AuthorDate: Fri Aug 9 18:11:44 2019 +0200

    removed unnecessary scope=compile
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a144e16..fa2788d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,7 +363,6 @@
         <groupId>org.powermock</groupId>
         <artifactId>powermock-reflect</artifactId>
         <version>${powermockVersion}</version>
-        <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.javassist</groupId>