Explorar el Código

my version 1.0

huwhois %!s(int64=4) %!d(string=hace) años
commit
cb82b63d6b
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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>