sos-hibernate-feature
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.n52.sensorweb-server.sos</groupId> <artifactId>sos-hibernate-feature</artifactId> <version>6.0.0-PR.22</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-hibernate</artifactId> <version>6.0.0-PR.22</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>sos-hibernate-feature</artifactId> <packaging>jar</packaging> <name>52°North SOS - Hibernate Feature Query DAO</name> <description>52°North Sensor Observation Service Feature query Hibernate DAOs module</description> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-api</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-cache</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-handler</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-hibernate-common</artifactId> </dependency> <dependency> <groupId>org.n52.arctic-sea</groupId> <artifactId>iceland</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>faroe-annotations</artifactId> </dependency> <dependency> <groupId>org.n52.arctic-sea</groupId> <artifactId>faroe-utils</artifactId> <scope>test</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>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> </dependency> <dependency> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.locationtech.jts</groupId> <artifactId>jts-core</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-hibernate-session-factory</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-hibernate-utils</artifactId> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-spatial</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> <exclusions> <exclusion> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-api</artifactId> <classifier>tests</classifier> </dependency> <dependency> <groupId>org.n52.arctic-sea</groupId> <artifactId>shetland</artifactId> <classifier>tests</classifier> </dependency> <dependency> <groupId>org.n52.arctic-sea</groupId> <artifactId>iceland</artifactId> <classifier>tests</classifier> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sos-hibernate-h2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> </dependencies> </project>