Newer
Older
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>hpc-workflow-manager-parent</artifactId>
<artifactId>hpc-workflow-manager-client</artifactId>
<name>HaaS benchmark of SPIM</name>
<url>${project_url}</url>
<description>HPC Workflow Manager client plugin for FIJI.</description>
<name>${organization.name}</name>
<url>${organization.url}</url>
<name>${license.name}</name>
<url>${license.url}</url>
<distribution>${license.distribution}</distribution>
</license>
</licenses>
<developers>
<developer>
<id>koz01</id>
<name>Jan Kožusznik</name>
<url>http://www.kozusznik.cz</url>
</developer>
</developers>
<contributors>
<contributor>
<name>None</name>
</contributor>
</contributors>
<mailingLists>
<mailingList>
<name>ImageJ Forum</name>
<archive>http://forum.imagej.net/</archive>
</mailingList>
</mailingLists>
<scm>
<connection>${scm.connection}</connection>
<developerConnection>${scm.developerConnection}</developerConnection>
<tag>${scm.tag}</tag>
<url>${scm.url}</url>
<system>${issueManagement.system}</system>
<url>${issueManagement.url}</url>
</issueManagement>
<ciManagement>
<system>None</system>
</ciManagement>
<properties>
<license.licenseName>${license.base.licenseName}</license.licenseName>
<license.copyrightOwners>${license.base.copyrightOwners}</license.copyrightOwners>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dependency>
<groupId>cz.it4i.fiji</groupId>
<artifactId>hpc-workflow-manager-heappe-adapter</artifactId>
<dependency>
<groupId>net.imagej</groupId>
<artifactId>imagej</artifactId>
<!-- BDV and Vistools -->
<dependency>
<groupId>sc.fiji</groupId>
<artifactId>bigdataviewer-vistools</artifactId>
</dependency>
<dependency>
<groupId>sc.fiji</groupId>
<artifactId>bigdataviewer-core</artifactId>
</dependency>
<dependency>
<groupId>sc.fiji</groupId>
<artifactId>spim_data</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-jdk14 -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.25</version>