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

72 lines
2.6 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>fine-xmlgraphics</artifactId>
<version>${revision}</version>
</parent>
<artifactId>xmlgraphics-batik</artifactId>
<version>${revision}</version>
<dependencies>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>xmlgraphics-commons</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jacl</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jacl-1.2.6.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>js</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/js.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>jython</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jython-2.7.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>rhino</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/rhino-1.7.7.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>tcljava</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/tcljava-1.2.6.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>xalan</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/xalan-2.7.2.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<artifactId>xercesImpl</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/xercesImpl-2.9.1.jar</systemPath>
</dependency>
</dependencies>
</project>