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

113 lines
4.2 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>step7</artifactId>
<version>${revision}</version>
<relativePath>../base-third-project/base-third-step7</relativePath>
</parent>
<artifactId>fine-quartz</artifactId>
<version>${revision}</version>
<dependencies>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>fine-mail</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>fine-javax-transaction</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-druid</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.fr.third.server</groupId>
<artifactId>servlet-api</artifactId>
<version>3.0</version>
</dependency>
<!-->以下是lib的本地jar包依赖<-->
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>c3p0</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/c3p0-0.9.1.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>ejb</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/javax.ejb-api-3.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jms</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/javax.jms-api-2.0.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jboss-common</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jboss-common-4.2.2.GA.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jboss-jmx</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jboss-jmx-4.2.2.GA.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jboss-minimal</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jboss-minimal-4.0.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jboss-system</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jboss-system-4.2.2.GA.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>oracle-weblogic</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/oracle-weblogic-7.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>quartz-stubs</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/quartz-stubs-2.1.7.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>fine-jboss-logging</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>
</project>