dao-impl-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.n52.sensorweb-server.dao-impl</groupId>
<artifactId>dao-impl-parent</artifactId>
<version>4.0.3</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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.n52</groupId>
<artifactId>parent</artifactId>
<version>27</version>
</parent>
<groupId>org.n52.sensorweb-server.dao-impl</groupId>
<artifactId>dao-impl-parent</artifactId>
<version>4.0.3</version>
<name>Sensor Web Server DAO Impl</name>
<packaging>pom</packaging>
<modules>
<module>dao</module>
<module>repo</module>
<module>repos</module>
<!-- <module>springboot</module> -->
<module>webapp</module>
</modules>
<organization>
<name>52North Spatial Information Research GmbH</name>
<url>https://52north.org</url>
</organization>
<developers>
<developer>
<id>bredel</id>
<name>Henning Bredel</name>
<email>h.bredel@52north.org</email>
</developer>
</developers>
<licenses>
<license>
<name>GNU General Public License, Version 2.0</name>
<url>https://www.gnu.de/documents/gpl-2.0.en.html</url>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/52North/sensorweb-server-dao-impl.git</connection>
<developerConnection>scm:git:https://github.com/52North/sensorweb-server-dao-impl.git</developerConnection>
<url>https://github.com/52North/sensorweb-server-dao-impl</url>
<tag>v4.0.3</tag>
</scm>
<properties>
<!-- dev | ci | prod -->
<env>dev</env>
<geotools.version>28.0</geotools.version>
<geolatte.version>1.9.0</geolatte.version>
<spring-boot.version>2.7.7</spring-boot.version>
<hibernate.version>5.6.14.Final</hibernate.version>
<spring-data.version>2.7.11</spring-data.version>
<spring-data-entity-graph.version>2.7.10</spring-data-entity-graph.version>
<helgoland-api.version>3.5.0</helgoland-api.version>
<db-model.version>4.0.1</db-model.version>
<arctic-sea.version>10.1.1</arctic-sea.version>
<version.jts>1.19.0</version.jts>
<version.java>11</version.java>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy</maven.build.timestamp.format>
<currentYearDynamic>${maven.build.timestamp}</currentYearDynamic>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<file.encoding>UTF-8</file.encoding>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>${spring-data.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>${spring-data.version}</version>
</dependency>
<dependency>
<groupId>com.cosium.spring.data</groupId>
<artifactId>spring-data-jpa-entity-graph</artifactId>
<version>${spring-data-entity-graph.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-spatial</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dao-impl-springboot</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dao-impl-dao</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dao-impl-repos</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dao-impl-repo</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dao-impl-repo</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dao-impl-webapp</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.n52.sensorweb-server.helgoland</groupId>
<artifactId>helgoland-spi</artifactId>
<version>${helgoland-api.version}</version>
<exclusions>
<exclusion>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>svalbard</artifactId>
</exclusion>
<exclusion>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>svalbard-odata</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.n52.sensorweb-server.helgoland</groupId>
<artifactId>helgoland-io</artifactId>
<version>${helgoland-api.version}</version>
</dependency>
<dependency>
<groupId>org.n52.sensorweb-server.helgoland</groupId>
<artifactId>helgoland-rest</artifactId>
<version>${helgoland-api.version}</version>
</dependency>
<dependency>
<groupId>org.n52.sensorweb-server.helgoland</groupId>
<artifactId>helgoland-web-resources</artifactId>
<version>${helgoland-api.version}</version>
</dependency>
<dependency>
<groupId>org.n52.sensorweb-server.db-model</groupId>
<artifactId>db-model-entities</artifactId>
<version>${db-model.version}</version>
<exclusions>
<exclusion>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
</exclusion>
<exclusion>
<groupId>com.neovisionaries</groupId>
<artifactId>nv-i18n</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.n52.sensorweb-server.db-model</groupId>
<artifactId>db-model-repos</artifactId>
<version>${db-model.version}</version>
<exclusions>
<exclusion>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
</exclusion>
<exclusion>
<groupId>com.neovisionaries</groupId>
<artifactId>nv-i18n</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.n52.sensorweb-server.db-model</groupId>
<artifactId>db-model-mappings</artifactId>
<version>${db-model.version}</version>
</dependency>
<dependency>
<groupId>org.n52.sensorweb-server.db-model</groupId>
<artifactId>db-model-types</artifactId>
<version>${db-model.version}</version>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>shetland</artifactId>
<version>${arctic-sea.version}</version>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>janmayen</artifactId>
<version>${arctic-sea.version}</version>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>svalbard</artifactId>
<version>${arctic-sea.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>faroe-annotations</artifactId>
<version>${arctic-sea.version}</version>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>svalbard-odata</artifactId>
<version>${arctic-sea.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-jre</version>
<exclusions>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
<version>${version.jts}</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.jfree</groupId>
<artifactId>jcommon</artifactId>
<version>1.0.24</version>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.2</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-main</artifactId>
<version>${geotools.version}</version>
<exclusions>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>jai_core</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>jai_codec</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-opengis</artifactId>
<version>${geotools.version}</version>
<exclusions>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>jai_core</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>jai_codec</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.common</artifactId>
</exclusion>
<exclusion>
<groupId>tech.units</groupId>
<artifactId>indriya</artifactId>
</exclusion>
<exclusion>
<groupId>si.uom</groupId>
<artifactId>si-quantity</artifactId>
</exclusion>
<exclusion>
<groupId>javax.measure</groupId>
<artifactId>unit-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
<version>${geotools.version}</version>
<exclusions>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>jai_core</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>jai_codec</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-referencing</artifactId>
<version>${geotools.version}</version>
<exclusions>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>jai_core</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>jai_codec</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-metadata</artifactId>
<version>${geotools.version}</version>
<exclusions>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>jai_core</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>jai_codec</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-shapefile</artifactId>
<version>${geotools.version}</version>
<exclusions>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>jai_core</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>tech.units</groupId>
<artifactId>indriya</artifactId>
<version>2.1.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>javax.measure</groupId>
<artifactId>unit-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.apiguardian</groupId>
<artifactId>apiguardian-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apiguardian</groupId>
<artifactId>apiguardian-api</artifactId>
<version>1.1.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>javax.measure</groupId>
<artifactId>unit-api</artifactId>
<version>2.1.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>si.uom</groupId>
<artifactId>si-quantity</artifactId>
<version>2.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>javax.measure</groupId>
<artifactId>unit-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.geolatte</groupId>
<artifactId>geolatte-geom</artifactId>
<version>${geolatte.version}</version>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.7.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>8.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.12.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
<version>3.1.9</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>xmlgraphics-commons</artifactId>
<version>2.8</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<!--jcl-over-slf4j is used instead -->
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Implementation-Build>${git.commit.id}</Implementation-Build>
</manifestEntries>
</archive>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<inherited>false</inherited>
<executions>
<execution>
<goals>
<goal>format</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<configuration>
<excludeFilterFile>etc/spotbugs-exclude.xml</excludeFilterFile>
<!--<includeFilterFile>etc/findbugs-include.xml</includeFilterFile> -->
<!--<visitors></visitors> -->
<!--<omitVisitors></omitVisitors> -->
<!--<maxRank></maxRank> -->
<failOnError>true</failOnError>
</configuration>
</plugin>
<plugin>
<!-- license headers -->
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<configuration>
<header>etc/license-header.txt</header>
<properties>
<inceptionYear>${project.inceptionYear}</inceptionYear>
<latestYearOfContribution>${currentYear}</latestYearOfContribution>
<latestYearOfContribution>${currentYearDynamic}</latestYearOfContribution>
</properties>
<includes>
<include>**/src/**/*.java</include>
</includes>
<excludes>
<exclude>**/logback.xml</exclude>
<exclude>**/logback-test.xml</exclude>
<exclude>**/src/test/resources/**</exclude>
<exclude>**/generated-sources/xml-pdf-format</exclude>
<exclude>**/src/main/resources/*</exclude>
<exclude>**/src/main/assembly/*</exclude>
<exclude>**/src/main/java/com/querydsl/**</exclude>
<exclude>**/src/main/java/org/geolatte/**</exclude>
</excludes>
<strictCheck>true</strictCheck>
</configuration>
</plugin>
<plugin>
<!-- dependencies' licenses -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<configuration>
<useMissingFile>true</useMissingFile>
<fileTemplate>etc/license-as-csv.ftl</fileTemplate>
<licenseMerges>
<licenseMerge>The Apache Software License, Version 2.0|Apache 2|Apache License, Version 2.0|Apache License, version 2.0|Apache Public License 2.0|AL 2.0</licenseMerge>
<licenseMerge>Apache Software Licenses|Apache Software License|Apache License</licenseMerge>
<licenseMerge>GNU General Public License, v2.0|GNU GENERAL PUBLIC LICENSE Version 2, June 1991|GNU General Public License, Version 2.0</licenseMerge>
<licenseMerge>Common Development and Distribution License (CDDL), version 1.0| Common Development and Distribution License (CDDL) v1.0</licenseMerge>
<licenseMerge>GNU Lesser General Public License, version 2.1|LGPL 2.1</licenseMerge>
<licenseMerge>Mozilla Public License version 1.1|MPL 1.1</licenseMerge>
<licenseMerge>Eclipse Public License, Version 1.0|Eclipse Public License (EPL), Version 1.0|Eclipse Public License - v 1.0</licenseMerge>
<licenseMerge>GNU Lesser General Public Licence|LGPL</licenseMerge>
</licenseMerges>
</configuration>
</plugin>
<plugin>
<!-- assemble licenses -->
<groupId>org.jasig.maven</groupId>
<artifactId>notice-maven-plugin</artifactId>
<configuration>
<noticeTemplate>etc/NOTICE.template</noticeTemplate>
<licenseMapping>
<param>etc/license-mappings.xml</param>
<param>http://52north.github.io/cdn/licenses/license-mappings.xml</param>
</licenseMapping>
<generateChildNotices>false</generateChildNotices>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<id>timestamp-property</id>
<goals>
<goal>timestamp-property</goal>
</goals>
<phase>validate</phase>
<configuration>
<name>currentYearDynamic</name>
<pattern>yyyy</pattern>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>2.2.1</version>
<configuration>
<dateFormat>yyyy-MM-dd HH:mm:ssZ</dateFormat>
<gitDescribe>
<!-- Faster to get just branch if skip = true -->
<skip>false</skip>
</gitDescribe>
<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>
<timestampFormat>{0,date,yyyy-MM-dd HH:mm:ss}</timestampFormat>
</configuration>
</plugin>
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.21.0</version>
<configuration>
<configFile>${project.basedir}/etc/eclipse_formatter.xml</configFile>
<lineEnding>LF</lineEnding>
<sourceDirectory>${project.basedir}</sourceDirectory>
<includes>
<include>**/src/main/*.java</include>
</includes>
<excludes>
<exclude>**/src/test/**</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/assembly/release.xml</descriptor>
</descriptors>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<configuration>
<rules>
<requireNoRepositories>
<allowedRepositories>
<id>geotools</id>
<id>n52-releases</id>
<id>sonatype-nexus-snapshots</id>
<id>spring-snapshots</id>
<id>spring-milestones</id>
<id>boundless</id>
</allowedRepositories>
</requireNoRepositories>
</rules>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<profiles>
<profile>
<id>create-license-list</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<executions>
<execution>
<id>create-license-list</id>
<goals>
<goal>aggregate-add-third-party</goal>
</goals>
<phase>generate-resources</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<repositories>
<repository>
<id>n52-releases</id>
<name>52n Releases</name>
<url>https://52north.org/maven/repo/releases/</url>
</repository>
<repository>
<id>geotools</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>https://repo.osgeo.org/repository/release/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snaphots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>