|
26 | 26 | <maven.compiler.target>11</maven.compiler.target> |
27 | 27 | </properties> |
28 | 28 |
|
29 | | - <dependencyManagement> |
30 | | - <dependencies> |
31 | | - <dependency> |
32 | | - <groupId>com.sun.mail</groupId> |
33 | | - <artifactId>jakarta.mail</artifactId> |
34 | | - <version>2.0.1</version> |
35 | | - </dependency> |
36 | | - <dependency> |
37 | | - <groupId>org.junit.jupiter</groupId> |
38 | | - <artifactId>junit-jupiter-engine</artifactId> |
39 | | - <version>5.10.1</version> |
40 | | - </dependency> |
41 | | - <dependency> |
42 | | - <groupId>org.mockito</groupId> |
43 | | - <artifactId>mockito-core</artifactId> |
44 | | - <version>5.9.0</version> |
45 | | - </dependency> |
46 | | - <dependency> |
47 | | - |
48 | | - <groupId>com.icegreen</groupId> |
49 | | - <artifactId>greenmail-junit5</artifactId> |
50 | | - <version>2.0.1</version> |
51 | | - </dependency> |
52 | | - <dependency> |
53 | | - <groupId>org.slf4j</groupId> |
54 | | - <artifactId>slf4j-simple</artifactId> |
55 | | - <version>2.0.11</version> |
56 | | - </dependency> |
57 | | - </dependencies> |
58 | | - </dependencyManagement> |
59 | | - |
60 | 29 | <dependencies> |
61 | 30 | <dependency> |
62 | 31 | <groupId>com.sun.mail</groupId> |
63 | 32 | <artifactId>jakarta.mail</artifactId> |
| 33 | + <version>2.0.1</version> |
64 | 34 | </dependency> |
65 | 35 | <dependency> |
66 | 36 | <groupId>org.junit.jupiter</groupId> |
67 | 37 | <artifactId>junit-jupiter-engine</artifactId> |
| 38 | + <version>5.10.1</version> |
68 | 39 | <scope>test</scope> |
69 | 40 | </dependency> |
70 | 41 | <dependency> |
71 | 42 | <groupId>org.mockito</groupId> |
72 | 43 | <artifactId>mockito-core</artifactId> |
| 44 | + <version>5.9.0</version> |
73 | 45 | <scope>test</scope> |
74 | 46 | </dependency> |
75 | 47 | <dependency> |
76 | 48 | <groupId>com.icegreen</groupId> |
77 | 49 | <artifactId>greenmail-junit5</artifactId> |
| 50 | + <version>2.0.1</version> |
78 | 51 | <scope>test</scope> |
79 | 52 | </dependency> |
80 | 53 | <dependency> |
|
85 | 58 | <dependency> |
86 | 59 | <groupId>org.slf4j</groupId> |
87 | 60 | <artifactId>slf4j-simple</artifactId> |
| 61 | + <version>2.0.11</version> |
88 | 62 | <scope>test</scope> |
89 | 63 | </dependency> |
90 | 64 | </dependencies> |
|
0 commit comments