|
|
|
@ -76,12 +76,34 @@ |
|
|
|
<jimubi.version>1.9.5</jimubi.version> |
|
|
|
<weixin-java.version>4.7.5.B</weixin-java.version> |
|
|
|
<word.version>5.2.3</word.version> |
|
|
|
<jakarta.version>2.1.3</jakarta.version> |
|
|
|
<angus.version>2.1.3</angus.version> |
|
|
|
</properties> |
|
|
|
|
|
|
|
<dependencyManagement> |
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
|
<groupId>org.eclipse.angus</groupId> |
|
|
|
<artifactId>jakarta-mail</artifactId> |
|
|
|
<version>2.0.5</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>jakarta.mail</groupId> |
|
|
|
<artifactId>jakarta.mail-api</artifactId> |
|
|
|
<version>${jakarta.version}</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.eclipse.angus</groupId> |
|
|
|
<artifactId>angus-mail</artifactId> |
|
|
|
<version>${angus.version}</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.googlecode.aviator</groupId> |
|
|
|
<artifactId>aviator</artifactId> |
|
|
|
<version>5.4.3</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<artifactId>poi-ooxml</artifactId> |
|
|
|
<version>${word.version}</version> <!-- 建议使用较新稳定版本 --> |
|
|
|
|