META-INF.maven.org.dishevelled.dsh-bio-convert-htsjdk.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dsh-bio-convert-htsjdk Show documentation
Show all versions of dsh-bio-convert-htsjdk Show documentation
Convert between dishevelled and htsjdk data models.
<?xml version="1.0" encoding="UTF-8"?> <!-- dsh-bio-convert-htsjdk Convert between dishevelled and htsjdk data models. Copyright (c) 2013-2022 held jointly by the individual authors. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. > http://www.fsf.org/licensing/licenses/lgpl.html > http://www.opensource.org/licenses/lgpl-license.php --> <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> <packaging>jar</packaging> <parent> <groupId>org.dishevelled</groupId> <artifactId>dsh-bio</artifactId> <version>2.0.7</version> </parent> <artifactId>dsh-bio-convert-htsjdk</artifactId> <name>dsh-bio-convert-htsjdk</name> <description>Convert between dishevelled and htsjdk data models.</description> <dependencyManagement> <dependencies> <dependency> <groupId>org.dishevelled</groupId> <artifactId>dsh-bio-variant</artifactId> <version>${project.version}</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.github.samtools</groupId> <artifactId>htsjdk</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.bdgenomics.convert</groupId> <artifactId>convert</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.bdgenomics.convert</groupId> <artifactId>convert-htsjdk</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.bdgenomics.bdg-formats</groupId> <artifactId>bdg-formats</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.dishevelled</groupId> <artifactId>dsh-bio-variant</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <scope>test</scope> </dependency> </dependencies> </project>