帆软使用的第三方框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

127 lines
4.8 KiB

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.fr.third</groupId>
<artifactId>step2</artifactId>
<version>${revision}</version>
<relativePath>../base-third-project/base-third-step2</relativePath>
</parent>
<artifactId>fine-poi</artifactId>
<version>${revision}</version>
<dependencies>
<dependency>
<groupId>com.fr.essential</groupId>
<artifactId>fine-commons-codec</artifactId>
<version>${essentialVersion}</version>
</dependency>
<dependency>
<groupId>com.fr.essential</groupId>
<artifactId>fine-commons-logging</artifactId>
<version>${essentialVersion}</version>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>fine-jaxb</artifactId>
<version>${revision}</version>
</dependency>
<!-->以下是lib的本地jar包依赖<-->
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>batik</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/batik-all-1.11.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>bcpkix</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/bcpkix-jkd15on-1.62.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>bcprov</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/bcprov-jkd15on-1.62.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>codec</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/commons-codec-1.13.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>compress</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/commons-compress-1.19.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>collections4</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/commons-collections4-4.4.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>curvesapi</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/curvesapi-1.06.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>junit</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/junit-4.12.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>schemas</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/ooxml-schemas-1.4.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>security</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/ooxml-security-1.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>sparseBitset</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/SparseBitSet-1.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>xmlbeans</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/xmlbeans-3.1.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>xmlsec</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/xmlsec-2.1.2.jar</systemPath>
</dependency>
</dependencies>
</project>