resultHandling-v20
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>resultHandling-v20</artifactId>
<version>5.0.0-alpha.10</version>
</dependency><?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/maven-v4_0_0.xsd">
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>operations</artifactId>
<version>5.0.0-alpha.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>resultHandling-v20</artifactId>
<packaging>jar</packaging>
<name>52°North SOS - SOS 2.0 Result Handling Profile Operator</name>
<description>52°North Sensor Observation Service 2.0 Result Handling Profile operator module</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>api</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>core-v20</artifactId>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>janmayen</artifactId>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>shetland</artifactId>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>svalbard</artifactId>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>faroe-annotations</artifactId>
</dependency>
</dependencies>
</project>