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

75 lines
2.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>step1</artifactId>
<version>${revision}</version>
<relativePath>../base-third-project/base-third-step1</relativePath>
</parent>
<artifactId>fine-org-dom4j</artifactId>
<version>${revision}</version>
<dependencies>
<!-->以下是lib的本地jar包依赖<-->
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jaxen</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jaxen-1.1-beta-6.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jaxme</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jaxme-api-0.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jsr173</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jsr173_1.0_api.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>msv</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/msv-20030807.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>pull-parser</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/pull-parser-2.1.10.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>relaxngDatatype</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/relaxngDatatype-20030807.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>xpp3</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/xpp3-1.1.3.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>xsdlib</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/xsdlib-20030807.jar</systemPath>
</dependency>
</dependencies>
</project>