Project 'bia/protocols' was moved to 'bia/icy/extensions/protocols'. Please update any links and bookmarks that may still have the old path.
-
Stéphane DALLONGEVILLE authoredStéphane DALLONGEVILLE authored
pom.xml 1.55 KiB
<?xml version="1.0" encoding="UTF-8"?>
<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>
<parent>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId>
<version>1.0.5</version>
</parent>
<artifactId>protocols</artifactId>
<version>3.2.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Protocols</name>
<description>
Protocols (GUI part) plugin for Icy
</description>
<dependencies>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>ezplug</artifactId>
<version>${ezplug.version}</version>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>javadocparser</artifactId>
<version>${javadocparser.version}</version>
</dependency>
<!-- javacl also include ochafik-util classes required by Protocols -->
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>javacl</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
</dependencies>
<repositories>
<repository>
<id>icy</id>
<url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
</repository>
</repositories>
</project>