|
|
<?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-jedis</artifactId> |
|
|
<version>${revision}</version> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>fine-slf4j-api</artifactId> |
|
|
<version>${revision}</version> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>fine-aspectj</artifactId> |
|
|
<version>${revision}</version> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>fine-commons-fileupload</artifactId> |
|
|
<version>${revision}</version> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>fine-jaxb</artifactId> |
|
|
<version>${revision}</version> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>fine-javax-jws</artifactId> |
|
|
<version>${revision}</version> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>fine-jaxws</artifactId> |
|
|
<version>${revision}</version> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>fine-javax-xml-soap</artifactId> |
|
|
<version>${revision}</version> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>fine-activation</artifactId> |
|
|
<version>${revision}</version> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>fine-javax-annotation</artifactId> |
|
|
<version>${revision}</version> |
|
|
</dependency> |
|
|
<!--><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>lib<EFBFBD>ı<EFBFBD><EFBFBD><EFBFBD>jar<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><--> |
|
|
<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.0b4.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.6.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-fileupload</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/commons-fileupload-1.3.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-pool</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/commons-pool-1.6.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>servlet</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/javax.servlet-api-3.0.1.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-1.8.9.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>hessian</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/hessian-4.0.7.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.0.2.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.3.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.3.4.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.3.4.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.fr.third</groupId> |
|
|
<artifactId>jamon</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/jamon-2.4.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>jasperreports</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/jasperreports-5.5.1.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>jdom</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/jdom-1.0.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>jetty-server</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/jetty-server-9.1.5.v20140505.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>jetty-servlet</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/jetty-servlet-9.1.5.v20140505.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.5.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>joni</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/joni-2.1.3.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>jopt</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/jopt-simple-4.6.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.17.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.17.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.10.1.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.0.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>snakeyaml</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/snakeyaml-1.13.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>spring-cglib</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/spring-cglib-repack-3.1.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>tiles-api</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/tiles-api-2.2.2.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>tiles-compat</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/tiles-compat-2.2.2.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>tiles-core</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/tiles-core-2.2.2.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>tiles-el</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/tiles-el-2.2.2.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>tiles-extras</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/tiles-extras-2.2.2.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>tiles-freemarker</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/tiles-freemarker-2.2.2.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>tiles-jsp</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/tiles-jsp-2.2.2.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>tiles-mvel</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/tiles-mvel-2.2.2.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>tiles-ognl</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/tiles-ognl-2.2.2.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>tiles-servlet</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/tiles-servlet-2.2.2.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>tiles-servlet-wildcard</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/tiles-servlet-wildcard-2.2.2.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>tiles-template</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/tiles-template-2.2.2.jar</systemPath> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>com.fr.third</groupId> |
|
|
<artifactId>tiles-velocity</artifactId> |
|
|
<version>local</version> |
|
|
<scope>system</scope> |
|
|
<systemPath>${basedir}/lib/tiles-velocity-2.2.2.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> |
|
|
</dependencies> |
|
|
</project> |