帆软使用的第三方框架。
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.
 
 

677 lines
26 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>step4</artifactId>
<version>${revision}</version>
<relativePath>../base-third-project/base-third-step4</relativePath>
</parent>
<artifactId>fine-spring</artifactId>
<version>${revision}</version>
<dependencies>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>fine-aspectj</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>fine-asm</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>fine-cglib</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>fine-commons-pool</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>fine-commons-fileupload</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.fr.essential</groupId>
<artifactId>fine-objenesis</artifactId>
<version>${essentialVersion}</version>
</dependency>
<dependency>
<groupId>com.fr.essential</groupId>
<artifactId>fine-mail</artifactId>
<version>${essentialVersion}</version>
</dependency>
<!-- 以下是本地lib的jar包依赖-->
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>aopalliance</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/aopalliance-1.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>asm</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/asm-4.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>asm-analysis</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/asm-analysis-4.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>asm-commons</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/asm-commons-4.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>asm-tree</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/asm-tree-4.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>asm-util</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/asm-util-4.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>bacmail</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/bcmail-jdk14-138.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>bcprov</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/bcprov-jdk14-1.38.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>bctsp</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/bctsp-jdk14-1.38.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>bsh</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/bsh-2.0b5.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>bytelist</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/bytelist-1.0.11.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>commons-beanutils</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/commons-beanutils-1.8.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>commons-codec</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/commons-codec-1.10.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>commons-collections</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/commons-collections-3.2.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>commons-io</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/commons-io-2.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>commons-lang</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/commons-lang-2.4.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>commons-pool2</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/commons-pool2-2.4.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>commons-logging</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/commons-logging-1.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>servlet3.1.0</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/javax.servlet-api-3.1.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>servlet-jsp-jstl</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/javax.servlet.jsp.jstl-api-1.2.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>servlet-jsp-api</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/javax.servlet.jsp-api-2.2.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>cci</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/connector-api-1.5.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>ejb</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/ejb-api-3.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>freemarker</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/freemarker-2.3.20.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>groovy</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/groovy-all-2.4.17.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>hessian</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/hessian-4.0.38.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>hibernate-validator</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/hibernate-validator-4.3.2.Final.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>httpasyncclient</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/httpasyncclient-4.1.4.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>httpclient</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/httpclient-4.3.6.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>httpcore</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/httpcore-4.3.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>httpcore-nio</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/httpcore-nio-4.3.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>invokebinder</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/invokebinder-1.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>itext</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/itext-2.1.7.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jackson-annotations</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jackson-annotations-2.8.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jackson-core</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jackson-core-2.8.10.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jackson-core-asl-1.9.13.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jackson-databind</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jackson-databind-2.8.11.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jackson-mapper</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jackson-mapper-asl-1.9.13.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<scope>system</scope>
<systemPath>${basedir}/lib/jackson-dataformat-xml-2.8.11.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jamon</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jamon-2.81.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>javassist</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/javassist-3.7.ga.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>el-api</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/javax.el-api-2.2.5.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>enterprise</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/javax.enterprise.concurrent-api-1.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>faces</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/javax.faces-api-2.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>inject</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/javax.inject-1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>transaction-api</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/javax.transaction-api-1.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jboss-logging</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jboss-logging-3.1.0.CR2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jcodings</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jcodings-1.0.10.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jdom2</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jdom2-2.0.6.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jffi</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jffi-1.2.7.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jffi-native</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jffi-1.2.7-native.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jnr-constants</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jnr-constants-0.8.5.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jnr-enxio</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jnr-enxio-0.4.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jnr-ffi</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jnr-ffi-2.0.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jnr-netdb</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jnr-netdb-1.1.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jnr-posix</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jnr-posix-3.0.8.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jnr-unixsocket-0.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jnr-x86asm</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jnr-x86asm-1.0.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>joda-time</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/joda-time-2.9.9.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jopt</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jopt-simple-5.0.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jruby-core</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jruby-core-1.7.27.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jruby-stdlib</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jruby-stdlib-1.7.27.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jxl</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jxl-2.6.12.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jzlib</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jzlib-1.1.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>log4j</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/log4j-1.2.17.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>mvel2</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/mvel2-2.0.11.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>nailgun</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/nailgun-server-0.9.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>ognl</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/ognl-2.7.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>options</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/options-1.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>poi</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/poi-3.17.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>portlet</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/portlet-api-2.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>rome</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/rome-1.7.4.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>snakeyaml</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/snakeyaml-1.17.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>tiles-request-api</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/tiles-request-api-1.0.7.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>tiles-api</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/tiles-api-3.0.8.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>tiles-core</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/tiles-core-3.0.8.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>tiles-el</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/tiles-el-3.0.8.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>tiles-extras</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/tiles-extras-3.0.8.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>tiles-freemarker</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/tiles-freemarker-3.0.8.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>tiles-jsp</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/tiles-jsp-3.0.8.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>tiles-request-servlet</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/tiles-request-servlet-1.0.7.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>tiles-servlet</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/tiles-servlet-3.0.8.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>validation-api</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/validation-api-1.0.0.GA.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>velocity</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/velocity-1.7.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>yecht</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/yecht-1.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>money-api</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/money-api-1.0.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>gson</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/gson-2.8.5.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>webjars-locator</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/webjars-locator-0.32-1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>webjars-locator-core</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/webjars-locator-core-0.32.jar</systemPath>
</dependency>
</dependencies>
</project>