sos-proxy-aquarius-datasource
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.n52.sensorweb-server.sos</groupId> <artifactId>sos-proxy-aquarius-datasource</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-datasource</artifactId> <packaging>jar</packaging> <name>52°North SOS - Proxy Aquarius Datasource</name> <description>52°North Sensor Observation Service Proxy Aquarius datasource module</description> <dependencies> <dependency> <groupId>com.aquaticinformatics</groupId> <artifactId>aquarius.sdk</artifactId> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-proxy-datasource-common</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-hibernate-datasource-common</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-api</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-hibernate-session-factory</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-hibernate-datasource-h2</artifactId> </dependency> <dependency> <groupId>org.n52.arctic-sea</groupId> <artifactId>faroe</artifactId> </dependency> <dependency> <groupId>org.n52.arctic-sea</groupId> <artifactId>faroe-utils</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> <!-- <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> </dependency> --> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId> com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-test</artifactId> <scope>test</scope> </dependency> </dependencies> </project>