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 2020/04/19 00:10:48 UTC

[maven-surefire] 01/02: resolved dependency upgrade with objenesis

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

commit 8f75adac180d2a3dcdd24877e4a96b498e3aa0bd
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Apr 19 02:09:52 2020 +0200

    resolved dependency upgrade with objenesis
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3569f53..f9cd73b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -385,6 +385,12 @@
         <groupId>org.powermock</groupId>
         <artifactId>powermock-reflect</artifactId>
         <version>${powermockVersion}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.objenesis</groupId>
+            <artifactId>objenesis</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.javassist</groupId>