huwhois 4 ans auparavant
Parent
commit
40d331859e
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

253
				<artifactId>poi-ooxml</artifactId> 
253
				<artifactId>poi-ooxml</artifactId> 
254
			<version>3.9</version> 
254
			<version>3.9</version> 
255
		</dependency>
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
	</dependencies>
262
	</dependencies>
257
263
258
	<build>
264
	<build>