<?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>5.4.2</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>sos-hibernate-datasource</artifactId>
    <packaging>pom</packaging>
    <name>52°North SOS - Hibernate Datasources</name>
    <description>52°North Sensor Observation Service Hibernate datasource module</description>
    <modules>
        <module>postgres</module>
        <module>h2</module>
        <module>mysql</module>
        <module>common</module>
        <module>sqlserver</module>
        <module>oracle</module>
    </modules>
    <dependencies>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-core</artifactId>
        </dependency>
        <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>
