Skip to content

Commit 73b1f88

Browse files
author
Benny Bottema
committed
#538: resolve dependency clash coming from new dependency junit-pioneer (used for testing env properties)
1 parent 7d45e5d commit 73b1f88

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: modules/simple-java-mail/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,16 @@
9898
</dependency>
9999
</dependencies>
100100

101+
<dependencyManagement>
102+
<dependencies>
103+
<dependency><!--solve clash from junit-pioneer -->
104+
<groupId>org.junit.platform</groupId>
105+
<artifactId>junit-platform-engine</artifactId>
106+
<version>1.10.2</version>
107+
</dependency>
108+
</dependencies>
109+
</dependencyManagement>
110+
101111
<build>
102112
<plugins>
103113
<plugin>

0 commit comments

Comments
 (0)