Blame SOURCES/fop-1.1.pom

3a08a6

3a08a6
3a08a6
  Licensed to the Apache Software Foundation (ASF) under one or more
3a08a6
  contributor license agreements.  See the NOTICE file distributed with
3a08a6
  this work for additional information regarding copyright ownership.
3a08a6
  The ASF licenses this file to You under the Apache License, Version 2.0
3a08a6
  (the "License"); you may not use this file except in compliance with
3a08a6
  the License.  You may obtain a copy of the License at
3a08a6

3a08a6
       http://www.apache.org/licenses/LICENSE-2.0
3a08a6

3a08a6
  Unless required by applicable law or agreed to in writing, software
3a08a6
  distributed under the License is distributed on an "AS IS" BASIS,
3a08a6
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3a08a6
  See the License for the specific language governing permissions and
3a08a6
  limitations under the License.
3a08a6
-->
3a08a6

3a08a6
3a08a6
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3a08a6
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
3a08a6
http://maven.apache.org/xsd/maven-4.0.0.xsd">
3a08a6
  <modelVersion>4.0.0</modelVersion>
3a08a6
  <groupId>org.apache.xmlgraphics</groupId>
3a08a6
  <artifactId>fop</artifactId>
3a08a6
  <packaging>jar</packaging>
3a08a6
  <name>Apache FOP</name>
3a08a6
  <version>1.1</version>
3a08a6
  <url>http://xmlgraphics.apache.org/fop/</url>
3a08a6
  <description>Apache FOP (Formatting Objects Processor) is the world's first print formatter driven by XSL formatting objects (XSL-FO) and the world's first output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Output formats currently supported include PDF, PCL, PS, AFP, TIFF, PNG, SVG, XML (area tree representation), Print, AWT and TXT. The primary output target is PDF.</description>
3a08a6
  <inceptionYear>1999</inceptionYear>
3a08a6
  <mailingLists>
3a08a6
    <mailingList>
3a08a6
      <name>FOP Users List</name>
3a08a6
      <subscribe>fop-users-subscribe@xmlgraphics.apache.org</subscribe>
3a08a6
      <unsubscribe>fop-users-unsubscribe@xmlgraphics.apache.org</unsubscribe>
3a08a6
      <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/</archive>
3a08a6
    </mailingList>
3a08a6
    <mailingList>
3a08a6
      <name>FOP Developer List</name>
3a08a6
      <subscribe>fop-dev-subscribe@xmlgraphics.apache.org</subscribe>
3a08a6
      <unsubscribe>fop-dev-unsubscribe@xmlgraphics.apache.org</unsubscribe>
3a08a6
      <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/</archive>
3a08a6
    </mailingList>
3a08a6
    <mailingList>
3a08a6
      <name>FOP Commit List</name>
3a08a6
      <subscribe>fop-commits-subscribe@xmlgraphics.apache.org</subscribe>
3a08a6
      <unsubscribe>fop-commits-unsubscribe@xmlgraphics.apache.org</unsubscribe>
3a08a6
      <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-commits/</archive>
3a08a6
    </mailingList>
3a08a6
  </mailingLists>
3a08a6
  <licenses>
3a08a6
    <license>
3a08a6
      <name>The Apache Software License, Version 2.0</name>
3a08a6
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
3a08a6
      <distribution>repo</distribution>
3a08a6
    </license>
3a08a6
  </licenses>
3a08a6
  <scm>
3a08a6
    <connection>scm:svn:http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</connection>
3a08a6
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</developerConnection>
3a08a6
    <url>http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/?root=Apache-SVN</url>
3a08a6
  </scm>
3a08a6
  <organization>
3a08a6
    <name>Apache Software Foundation</name>
3a08a6
    <url>http://www.apache.org/</url>
3a08a6
  </organization>
3a08a6
  <parent>
3a08a6
	<groupId>org.apache</groupId>
3a08a6
	<artifactId>apache</artifactId>
3a08a6
	<version>7</version>
3a08a6
  </parent>
3a08a6
  <dependencies>
3a08a6
    
3a08a6
    <dependency>
3a08a6
      <groupId>org.apache.xmlgraphics</groupId>
3a08a6
      <artifactId>xmlgraphics-commons</artifactId>
3a08a6
      <version>1.5</version>
3a08a6
    </dependency>
3a08a6
    <dependency>
3a08a6
      <groupId>org.apache.xmlgraphics</groupId>
3a08a6
      <artifactId>batik-svg-dom</artifactId>
3a08a6
      <version>1.7</version>
3a08a6
    </dependency>
3a08a6
    <dependency>
3a08a6
      <groupId>org.apache.xmlgraphics</groupId>
3a08a6
      <artifactId>batik-bridge</artifactId>
3a08a6
      <version>1.7</version>
3a08a6
    </dependency>
3a08a6
    <dependency>
3a08a6
      <groupId>org.apache.xmlgraphics</groupId>
3a08a6
      <artifactId>batik-awt-util</artifactId>
3a08a6
      <version>1.7</version>
3a08a6
    </dependency>
3a08a6
    <dependency>
3a08a6
      <groupId>org.apache.xmlgraphics</groupId>
3a08a6
      <artifactId>batik-gvt</artifactId>
3a08a6
      <version>1.7</version>
3a08a6
    </dependency>
3a08a6
    <dependency>
3a08a6
      <groupId>org.apache.xmlgraphics</groupId>
3a08a6
      <artifactId>batik-transcoder</artifactId>
3a08a6
      <version>1.7</version>
3a08a6
      <exclusions>
3a08a6
        <exclusion>
3a08a6
          <groupId>org.apache.xmlgraphics</groupId>
3a08a6
          <artifactId>fop</artifactId>
3a08a6
        </exclusion>
3a08a6
      </exclusions>
3a08a6
    </dependency>
3a08a6
    <dependency>
3a08a6
      <groupId>org.apache.xmlgraphics</groupId>
3a08a6
      <artifactId>batik-extension</artifactId>
3a08a6
      <version>1.7</version>
3a08a6
    </dependency>
3a08a6
    <dependency>
3a08a6
      <groupId>org.apache.xmlgraphics</groupId>
3a08a6
      <artifactId>batik-ext</artifactId>
3a08a6
      <version>1.7</version>
3a08a6
    </dependency>
3a08a6
    
3a08a6
    <dependency>
3a08a6
      <groupId>commons-logging</groupId>
3a08a6
      <artifactId>commons-logging</artifactId>
3a08a6
      <version>1.0.4</version>
3a08a6
    </dependency>
3a08a6
    <dependency>
3a08a6
      <groupId>commons-io</groupId>
3a08a6
      <artifactId>commons-io</artifactId>
3a08a6
      <version>1.3.1</version>
3a08a6
    </dependency>
3a08a6
    <dependency>
3a08a6
      <groupId>org.apache.avalon.framework</groupId>
3a08a6
      <artifactId>avalon-framework-api</artifactId>
3a08a6
      <version>4.2.0</version>
3a08a6
    </dependency>
3a08a6
   <dependency>
3a08a6
      <groupId>org.apache.avalon.framework</groupId>
3a08a6
      <artifactId>avalon-framework-impl</artifactId>
3a08a6
      <version>4.2.0</version>
3a08a6
    </dependency>
3a08a6
   <dependency>
3a08a6
      <groupId>javax.servlet</groupId>
3a08a6
      <artifactId>servlet-api</artifactId>
3a08a6
      <version>2.2</version>
3a08a6
      <scope>provided</scope>
3a08a6
    </dependency>
3a08a6
   <dependency>
3a08a6
      <groupId>xalan</groupId>
3a08a6
      <artifactId>xalan</artifactId>
3a08a6
      <version>2.7.0</version>
3a08a6
      <scope>provided</scope>
3a08a6
    </dependency>
3a08a6
   </dependencies>
3a08a6
</project>