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/21 23:24:21 UTC

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

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

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

commit cb765e380df93210e91e6736a6d1c742be387c71
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>