Blame SOURCES/fop-1.1.pom

8fb402

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

8fb402
       http://www.apache.org/licenses/LICENSE-2.0
8fb402

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

8fb402
8fb402
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8fb402
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
8fb402
http://maven.apache.org/xsd/maven-4.0.0.xsd">
8fb402
  <modelVersion>4.0.0</modelVersion>
8fb402
  <groupId>org.apache.xmlgraphics</groupId>
8fb402
  <artifactId>fop</artifactId>
8fb402
  <packaging>jar</packaging>
8fb402
  <name>Apache FOP</name>
8fb402
  <version>1.1</version>
8fb402
  <url>http://xmlgraphics.apache.org/fop/</url>
8fb402
  <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>
8fb402
  <inceptionYear>1999</inceptionYear>
8fb402
  <mailingLists>
8fb402
    <mailingList>
8fb402
      <name>FOP Users List</name>
8fb402
      <subscribe>fop-users-subscribe@xmlgraphics.apache.org</subscribe>
8fb402
      <unsubscribe>fop-users-unsubscribe@xmlgraphics.apache.org</unsubscribe>
8fb402
      <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/</archive>
8fb402
    </mailingList>
8fb402
    <mailingList>
8fb402
      <name>FOP Developer List</name>
8fb402
      <subscribe>fop-dev-subscribe@xmlgraphics.apache.org</subscribe>
8fb402
      <unsubscribe>fop-dev-unsubscribe@xmlgraphics.apache.org</unsubscribe>
8fb402
      <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/</archive>
8fb402
    </mailingList>
8fb402
    <mailingList>
8fb402
      <name>FOP Commit List</name>
8fb402
      <subscribe>fop-commits-subscribe@xmlgraphics.apache.org</subscribe>
8fb402
      <unsubscribe>fop-commits-unsubscribe@xmlgraphics.apache.org</unsubscribe>
8fb402
      <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-commits/</archive>
8fb402
    </mailingList>
8fb402
  </mailingLists>
8fb402
  <licenses>
8fb402
    <license>
8fb402
      <name>The Apache Software License, Version 2.0</name>
8fb402
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
8fb402
      <distribution>repo</distribution>
8fb402
    </license>
8fb402
  </licenses>
8fb402
  <scm>
8fb402
    <connection>scm:svn:http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</connection>
8fb402
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</developerConnection>
8fb402
    <url>http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/?root=Apache-SVN</url>
8fb402
  </scm>
8fb402
  <organization>
8fb402
    <name>Apache Software Foundation</name>
8fb402
    <url>http://www.apache.org/</url>
8fb402
  </organization>
8fb402
  <parent>
8fb402
	<groupId>org.apache</groupId>
8fb402
	<artifactId>apache</artifactId>
8fb402
	<version>7</version>
8fb402
  </parent>
8fb402
  <dependencies>
8fb402
    
8fb402
    <dependency>
8fb402
      <groupId>org.apache.xmlgraphics</groupId>
8fb402
      <artifactId>xmlgraphics-commons</artifactId>
8fb402
      <version>1.5</version>
8fb402
    </dependency>
8fb402
    <dependency>
8fb402
      <groupId>org.apache.xmlgraphics</groupId>
8fb402
      <artifactId>batik-svg-dom</artifactId>
8fb402
      <version>1.7</version>
8fb402
    </dependency>
8fb402
    <dependency>
8fb402
      <groupId>org.apache.xmlgraphics</groupId>
8fb402
      <artifactId>batik-bridge</artifactId>
8fb402
      <version>1.7</version>
8fb402
    </dependency>
8fb402
    <dependency>
8fb402
      <groupId>org.apache.xmlgraphics</groupId>
8fb402
      <artifactId>batik-awt-util</artifactId>
8fb402
      <version>1.7</version>
8fb402
    </dependency>
8fb402
    <dependency>
8fb402
      <groupId>org.apache.xmlgraphics</groupId>
8fb402
      <artifactId>batik-gvt</artifactId>
8fb402
      <version>1.7</version>
8fb402
    </dependency>
8fb402
    <dependency>
8fb402
      <groupId>org.apache.xmlgraphics</groupId>
8fb402
      <artifactId>batik-transcoder</artifactId>
8fb402
      <version>1.7</version>
8fb402
      <exclusions>
8fb402
        <exclusion>
8fb402
          <groupId>org.apache.xmlgraphics</groupId>
8fb402
          <artifactId>fop</artifactId>
8fb402
        </exclusion>
8fb402
      </exclusions>
8fb402
    </dependency>
8fb402
    <dependency>
8fb402
      <groupId>org.apache.xmlgraphics</groupId>
8fb402
      <artifactId>batik-extension</artifactId>
8fb402
      <version>1.7</version>
8fb402
    </dependency>
8fb402
    <dependency>
8fb402
      <groupId>org.apache.xmlgraphics</groupId>
8fb402
      <artifactId>batik-ext</artifactId>
8fb402
      <version>1.7</version>
8fb402
    </dependency>
8fb402
    
8fb402
    <dependency>
8fb402
      <groupId>commons-logging</groupId>
8fb402
      <artifactId>commons-logging</artifactId>
8fb402
      <version>1.0.4</version>
8fb402
    </dependency>
8fb402
    <dependency>
8fb402
      <groupId>commons-io</groupId>
8fb402
      <artifactId>commons-io</artifactId>
8fb402
      <version>1.3.1</version>
8fb402
    </dependency>
8fb402
    <dependency>
8fb402
      <groupId>org.apache.avalon.framework</groupId>
8fb402
      <artifactId>avalon-framework-api</artifactId>
8fb402
      <version>4.2.0</version>
8fb402
    </dependency>
8fb402
   <dependency>
8fb402
      <groupId>org.apache.avalon.framework</groupId>
8fb402
      <artifactId>avalon-framework-impl</artifactId>
8fb402
      <version>4.2.0</version>
8fb402
    </dependency>
8fb402
   <dependency>
8fb402
      <groupId>javax.servlet</groupId>
8fb402
      <artifactId>servlet-api</artifactId>
8fb402
      <version>2.2</version>
8fb402
      <scope>provided</scope>
8fb402
    </dependency>
8fb402
   <dependency>
8fb402
      <groupId>xalan</groupId>
8fb402
      <artifactId>xalan</artifactId>
8fb402
      <version>2.7.0</version>
8fb402
      <scope>provided</scope>
8fb402
    </dependency>
8fb402
   </dependencies>
8fb402
</project>