<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.scijava</groupId>
    <artifactId>pom-scijava</artifactId>
    <version>30.0.0</version>
    <relativePath></relativePath>
  </parent>
  <groupId>io.scif</groupId>
  <artifactId>scifio</artifactId>
  <version>scifio-0.41.2</version>
  <name>SCIFIO Core</name>
  <description>SCIFIO is a library for scientific N-dimensional image I/O.</description>
  <url>http://scif.io/</url>
  <inceptionYear>2011</inceptionYear>
  <organization>
    <name>SCIFIO</name>
    <url>http://scif.io/</url>
  </organization>
  <licenses>
    <license>
      <name>Simplified BSD License</name>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ctrueden</id>
      <name>Curtis Rueden</name>
      <url>https://imagej.net/User:Rueden</url>
      <roles>
        <role>founder</role>
        <role>lead</role>
        <role>developer</role>
        <role>debugger</role>
        <role>reviewer</role>
        <role>support</role>
        <role>maintainer</role>
      </roles>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>Mark Hiner</name>
      <url>https://imagej.net/User:Hinerm</url>
      <roles>
        <role>founder</role>
      </roles>
      <properties>
        <id>hinerm</id>
      </properties>
    </contributor>
    <contributor>
      <name>Johannes Schindelin</name>
      <url>https://imagej.net/User:Schindelin</url>
      <properties>
        <id>dscho</id>
      </properties>
    </contributor>
    <contributor>
      <name>Andrea Ballaminut</name>
      <properties>
        <id>ballaminut</id>
      </properties>
    </contributor>
    <contributor>
      <name>Gabriel Einsdorf</name>
      <url>https://imagej.net/User:Gab1one</url>
      <properties>
        <id>gab1one</id>
      </properties>
    </contributor>
    <contributor>
      <name>Henry Pinkard</name>
      <url>https://imagej.net/User:HPinkard</url>
      <properties>
        <id>henrypinkard</id>
      </properties>
    </contributor>
    <contributor>
      <name>Ray Plante</name>
      <properties>
        <id>RayPlante</id>
      </properties>
    </contributor>
    <contributor>
      <name>Daniel Seebacher</name>
      <properties>
        <id>seebacherd</id>
      </properties>
    </contributor>
    <contributor>
      <name>Richard Domander</name>
      <url>https://imagej.net/User:Rdom</url>
      <properties>
        <id>rimadoma</id>
      </properties>
    </contributor>
    <contributor>
      <name>Jan Eglinger</name>
      <url>https://imagej.net/User:Eglinger</url>
      <properties>
        <id>imagejan</id>
      </properties>
    </contributor>
  </contributors>
  <mailingLists>
    <mailingList>
      <name>Image.sc Forum</name>
      <archive>https://forum.image.sc/tags/scifio</archive>
    </mailingList>
  </mailingLists>
  <scm>
    <connection>scm:git:git://github.com/scifio/scifio</connection>
    <developerConnection>scm:git:git@github.com:scifio/scifio</developerConnection>
    <tag>scifio-0.41.2</tag>
    <url>https://github.com/scifio/scifio</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/scifio/scifio/issues</url>
  </issueManagement>
  <ciManagement>
    <system>Travis CI</system>
    <url>https://travis-ci.org/scifio/scifio</url>
  </ciManagement>
  <properties>
    <license.copyrightOwners>SCIFIO developers.</license.copyrightOwners>
    <releaseProfiles>deploy-to-scijava</releaseProfiles>
    <license.projectName>SCIFIO library for reading and converting scientific file formats.</license.projectName>
    <license.licenseName>bsd_2</license.licenseName>
    <xdg-java.version>0.1.1</xdg-java.version>
    <package-name>io.scif</package-name>
  </properties>
  <dependencies>
    <dependency>
      <groupId>io.scif</groupId>
      <artifactId>scifio-jai-imageio</artifactId>
      <version>0.41.2</version>
    </dependency>
    <dependency>
      <groupId>net.imagej</groupId>
      <artifactId>imagej-common</artifactId>
    </dependency>
    <dependency>
      <groupId>net.imglib2</groupId>
      <artifactId>imglib2</artifactId>
    </dependency>
    <dependency>
      <groupId>net.imglib2</groupId>
      <artifactId>imglib2-cache</artifactId>
    </dependency>
    <dependency>
      <groupId>org.scijava</groupId>
      <artifactId>scijava-common</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.scijava</groupId>
      <artifactId>scijava-io-http</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>net.kothar</groupId>
      <artifactId>xdg-java</artifactId>
      <version>${xdg-java.version}</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>scijava.public</id>
      <url>https://maven.scijava.org/content/groups/public</url>
    </repository>
  </repositories>
</project>
