| | |
| | | |
| | | <modules> |
| | | <module>phis-feign</module> |
| | | <module>phis-download-feign</module> |
| | | <!--不需要则注释再打包--> |
| | | <!--<module>../p-his-parent</module>--> |
| | | </modules> |
| | |
| | | <sfjson.version>2.4</sfjson.version> |
| | | <orgApache.commons>3.9</orgApache.commons> |
| | | <commons-io>2.6</commons-io> |
| | | <orgApache.poi>3.9</orgApache.poi> |
| | | <net.sourceforge>2.6.12</net.sourceforge> |
| | | <pinyin4j>2.5.1</pinyin4j> |
| | | <commons.lang.version>2.5</commons.lang.version> |
| | |
| | | <groupId>org.bouncycastle</groupId> |
| | | <artifactId>bcprov-jdk15on</artifactId> |
| | | <version>${jdk15on.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- excel2003使用的jar --> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi</artifactId> |
| | | <version>${orgApache.poi}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |