We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5932b commit c7407a5Copy full SHA for c7407a5
modules/simple-java-mail/pom.xml
@@ -98,6 +98,16 @@
98
</dependency>
99
</dependencies>
100
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
+
111
<build>
112
<plugins>
113
<plugin>
0 commit comments