sos-proxy-harvest
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.n52.sensorweb-server.sos</groupId>
<artifactId>sos-proxy-harvest</artifactId>
<version>6.0.1</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-server.sos</groupId>
<artifactId>sos-proxy</artifactId>
<version>6.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sos-proxy-harvest</artifactId>
<packaging>pom</packaging>
<name>52°North SOS - Proxy Harvest</name>
<description>52°North Sensor Observation Service Proxy harvest module</description>
<modules>
<module>common</module>
<module>dataaccess</module>
</modules>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</dependency>
</dependencies>
</project>