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.
250 lines
9.8 KiB
250 lines
9.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>step8</artifactId> |
|
<version>${revision}</version> |
|
<relativePath>../base-third-project/base-third-step8</relativePath> |
|
</parent> |
|
|
|
<artifactId>fine-ehcache</artifactId> |
|
<version>${revision}</version> |
|
|
|
<dependencies> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>fine-hibernate</artifactId> |
|
<version>${revision}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>fine-jboss-logging</artifactId> |
|
<version>${revision}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>fine-jboss-transaction-api</artifactId> |
|
<version>${revision}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.essential</groupId> |
|
<artifactId>fine-quartz</artifactId> |
|
<version>${essentialVersion}</version> |
|
</dependency> |
|
<!-->以下是lib的本地jar包依赖<--> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>guava</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/guava.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>javax-annotation</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/javax.annotation.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>javax-ejb</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/javax.ejb.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>javax-inject</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/javax.inject-1.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>javax-jms</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/javax.jms.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>javax-persistence</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/javax.persistence.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>javax-resource</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/javax.resource.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>javax-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>javax-transaction</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/javax.transaction.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>javax-ws-rs</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/javax.ws.rs-api-2.1.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.3.1.Final.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>jboss-logging-annotations</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/jboss-logging-annotations-2.0.2.Final.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>jersey-bean-validation</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/jersey-bean-validation.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>jersey-client</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/jersey-client.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>jersey-common</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/jersey-common.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>jersey-container-grizzly2-http</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/jersey-container-grizzly2-http.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>jersey-container-servlet</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/jersey-container-servlet.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>jersey-container-servlet-core</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/jersey-container-servlet-core.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>jersey-gf</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/jersey-gf-ejb.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>jersey-media-json-jackson</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/jersey-media-json-jackson.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>jersey-media-json-jettison</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/jersey-media-json-jettison.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>jersey-media-json-processing</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/jersey-media-json-processing.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>jersey-media-moxy</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/jersey-media-moxy.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>jersey-media-multipart</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/jersey-media-multipart.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>jersey-media-sse</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/jersey-media-sse.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>jersey-server</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/jersey-server.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>jettison</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/jettison.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>slf4j-api</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/slf4j-api-1.7.36.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>terracotta</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/terracotta-toolkit-runtime-4.3.4.jar</systemPath> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fr.third</groupId> |
|
<artifactId>tools</artifactId> |
|
<version>local</version> |
|
<scope>system</scope> |
|
<systemPath>${basedir}/lib/tools.jar</systemPath> |
|
</dependency> |
|
</dependencies> |
|
</project> |