ecological-engine-wps-exten.../pom.xml

41 lines
1.5 KiB
XML
Raw Normal View History

<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>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine-wps-extension</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>ecological-engine-wps-extension</name>
<description>ecological-engine-wps-extension</description>
<properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
</properties>
<dependencies>
<dependency>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>EcologicalEngineExecutor</artifactId>
<version>[1.6.0-SNAPSHOT,2.0.0)</version>
</dependency>
<!-- <dependency> <groupId>org.n52.wps</groupId> <artifactId>52n-wps-client-lib</artifactId>
<version>3.0</version> </dependency> -->
<dependency>
<groupId>org.n52.wps</groupId>
<artifactId>52n-wps-client-lib</artifactId>
<version>3.2.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>52north-releases</id>
<name>52north-releases</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/52north-releases/</url>
</repository>
<repository>
<id>n52-snapshots</id>
<name>n52-snapshots</name>
<url>http://52north.org/maven/repo/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>