Browse Source

my version 1.0

huwhois 4 years ago
commit
cb82b63d6b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@ -253,6 +253,12 @@
253 253
				<artifactId>poi-ooxml</artifactId> 
254 254
			<version>3.9</version> 
255 255
		</dependency>
256
		<!-- java邮件 -->
257
		<dependency>
258
			<groupId>javax.mail</groupId>
259
			<artifactId>mail</artifactId>
260
			<version>1.5.0-b01</version>
261
		</dependency>
256 262
	</dependencies>
257 263
258 264
	<build>