sos-proxy-aquarius-handler
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.n52.sensorweb-server.sos</groupId> <artifactId>sos-proxy-aquarius-handler</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-aquarius</artifactId> <version>6.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>sos-proxy-aquarius-handler</artifactId> <packaging>jar</packaging> <name>52°North SOS - Proxy Aquarius Handler</name> <description>52°North Sensor Observation Service Proxy Aquarius Handler module</description> <dependencies> <dependency> <groupId>com.aquaticinformatics</groupId> <artifactId>aquarius.sdk</artifactId> </dependency> <dependency> <groupId>net.servicestack</groupId> <artifactId>client</artifactId> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-api</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-handler</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb-server.helgoland-adapters</groupId> <artifactId>helgoland-adapters-common</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb-server.helgoland-adapters</groupId> <artifactId>helgoland-adapters-config</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb-server.helgoland-adapters</groupId> <artifactId>helgoland-adapters-http</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb-server.helgoland-adapters</groupId> <artifactId>helgoland-adapters-harvest</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-proxy-harvest-common</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-proxy-harvest-dataaccess</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-proxy-datasource-common</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.n52.sensorweb-server.db-model</groupId> <artifactId>db-model-entities</artifactId> <exclusions> <exclusion> <groupId>com.neovisionaries</groupId> <artifactId>nv-i18n</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.n52.sensorweb-server.dao-impl</groupId> <artifactId>dao-impl-dao</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb-server.dao-impl</groupId> <artifactId>dao-impl-repo</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb-server.dao-impl</groupId> <artifactId>dao-impl-repos</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb-server.helgoland</groupId> <artifactId>helgoland-spi</artifactId> </dependency> <dependency> <groupId>org.n52.arctic-sea</groupId> <artifactId>shetland</artifactId> </dependency> <dependency> <groupId>org.n52.arctic-sea</groupId> <artifactId>janmayen</artifactId> </dependency> <dependency> <groupId>org.n52.arctic-sea</groupId> <artifactId>svalbard</artifactId> </dependency> <dependency> <groupId>org.n52.arctic-sea</groupId> <artifactId>iceland</artifactId> </dependency> <dependency> <groupId>org.n52.arctic-sea</groupId> <artifactId>faroe-utils</artifactId> </dependency> <dependency> <groupId>org.n52.arctic-sea</groupId> <artifactId>faroe-annotations</artifactId> </dependency> <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId> org.locationtech.jts</groupId> <artifactId>jts-core</artifactId> </dependency> <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> </dependency> <dependency> <groupId>org.threeten</groupId> <artifactId>threeten-extra</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-metadata</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-hibernate-session-factory</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-c3p0</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> </dependency> </dependencies> </project>