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

111 lines
4.1 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>step5</artifactId>
<version>${revision}</version>
<relativePath>../base-third-project/base-third-step5</relativePath>
</parent>
<artifactId>fine-hibernate</artifactId>
<version>${revision}</version>
<dependencies>
<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.third</groupId>
<artifactId>fine-jpa</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>fine-antlr-old</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>fine-classmate</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>fine-javassist</artifactId>
<version>${revision}</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>ant</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/ant-1.8.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>antlr</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/antlr-3.5.2-complete.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>cdi</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/cdi-api-1.1-PFD.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>dom4j</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/dom4j-1.6.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jandex</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jandex-2.0.3.Final.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jboss-jacc-api</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jboss-jacc-api_1.4_spec-1.0.2.Final.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>slf4j</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/slf4j-api-1.7.7.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>validation</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/validation-api-1.1.0.Final.jar</systemPath>
</dependency>
</dependencies>
</project>