<?xml version="1.0"?>
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.sf.barcode4j</groupId>
  <artifactId>barcode4j-fop-ext</artifactId>
  <name>Barcode4J extensions for Apache FOP 0.93 and later</name>
  <version>2.0</version>
  <url>http://barcode4j.sourceforge.net/</url>
  <description>
    Barcode4J extensions for Apache FOP 0.93 and later.
  	Barcode4J is a flexible generator for barcodes written in Java.
  </description>
  <licenses>
    <license>
            <name>ASF 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>http://barcode4j.cvs.sourceforge.net/barcode4j</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.sf.barcode4j</groupId>
      <artifactId>barcode4j</artifactId>
      <version>2.0</version>
   	  <exclusions>
		<!-- New FOP uses newer version with different groupId -->
		<exclusion>
		  <groupId>avalon-framework</groupId>
		  <artifactId>avalon-framework-impl</artifactId>
		</exclusion>
	  </exclusions>
    </dependency>
	<dependency>
      <groupId>org.apache.xmlgraphics</groupId>
      <artifactId>fop</artifactId>
	  <version>0.93</version>
	</dependency>
  </dependencies>
</project>
