nrt-sos
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.n52.awi</groupId>
<artifactId>nrt-sos</artifactId>
<version>1.0.0</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>14</version>
</parent>
<groupId>org.n52.awi</groupId>
<artifactId>nrt-sos</artifactId>
<version>1.0.0</version>
<packaging>war</packaging>
<name>52°North AWI NRT SOS</name>
<description>52°North AWI NRT SOS</description>
<inceptionYear>2016</inceptionYear>
<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>52n-snapshots</id>
<name>52n snapshots</name>
<url>http://52north.org/maven/repo/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<checksumPolicy>ignore</checksumPolicy>
</snapshots>
</repository>
<repository>
<id>52n-releases</id>
<name>52n plugin releases</name>
<url>http://52north.org/maven/repo/releases</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<developers>
<developer>
<id>autermann</id>
<name>Christian Autermann</name>
<email>c.autermann@52north.org</email>
<organization>52°North GmbH</organization>
<organizationUrl>https://52north.org</organizationUrl>
</developer>
</developers>
<scm>
<url>https://github.com/52North/awi-nearrealtime-sos</url>
<connection>scm:git:https://github.com/52North/awi-nearrealtime-sos.git</connection>
<developerConnection>scm:git:https://github.com/52North/awi-nearrealtime-sos.git</developerConnection>
<tag>v1.0.0</tag>
</scm>
<issueManagement>
<system>GitHub issues</system>
<url>https://github.com/52North/awi-nearrealtime-sos/issues?state=open</url>
</issueManagement>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<properties>
<version.c3p0>0.9.5.2</version.c3p0>
<version.commons.io>2.6</version.commons.io>
<version.corsFilter>2.5</version.corsFilter>
<version.guava>27.0-jre</version.guava>
<version.hibernate>5.2.12.Final</version.hibernate>
<version.postgres>42.2.5</version.postgres>
<version.postgis>2.3.0</version.postgis>
<version.arctic-sea>5.1.0</version.arctic-sea>
<version.sos>5.0.0-alpha.2</version.sos>
<version.jackson>2.9.7</version.jackson>
<version.javax.activation>1.1.1</version.javax.activation>
<version.javax.inject>1</version.javax.inject>
<version.javax.servlet>3.1.0</version.javax.servlet>
<version.javax.ws.rs>2.0.1</version.javax.ws.rs>
<version.jboss.logging>3.3.0.Final</version.jboss.logging>
<version.joda>2.10.1</version.joda>
<version.jts.locationtech>1.16.0</version.jts.locationtech>
<version.jts.vividsolutions>1.14.0</version.jts.vividsolutions>
<version.logback>1.2.3</version.logback>
<version.resteasy>3.0.18.Final</version.resteasy>
<version.slf4j>1.7.25</version.slf4j>
<version.spring>5.1.3.RELEASE</version.spring>
<version.xml.apis>1.4.01</version.xml.apis>
<version.spotbugs>3.1.8</version.spotbugs>
<jetty.port.http>3010</jetty.port.http>
<jetty.port.stop>3001</jetty.port.stop>
</properties>
<dependencies>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>${version.javax.inject}</version>
</dependency>
<!--iceland and sos-->
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>janmayen</artifactId>
<version>${version.arctic-sea}</version>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>iceland</artifactId>
<version>${version.arctic-sea}</version>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>shetland</artifactId>
<version>${version.arctic-sea}</version>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>svalbard-xmlbeans</artifactId>
<version>${version.arctic-sea}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>svalbard-json</artifactId>
<version>${version.arctic-sea}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>svalbard-xmlstream</artifactId>
<version>${version.arctic-sea}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.n52.arctic-sea</groupId>
<artifactId>svalbard-exi</artifactId>
<version>${version.arctic-sea}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>api</artifactId>
<version>${version.sos}</version>
</dependency>
<!--utilities-->
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>${version.joda}</version>
</dependency>
<dependency>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
<version>${version.jts.locationtech}</version>
</dependency>
<dependency>
<groupId>com.vividsolutions</groupId>
<artifactId>jts-core</artifactId>
<version>${version.jts.vividsolutions}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${version.guava}</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<!--logging-->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${version.slf4j}</version>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>${version.jboss.logging}</version>
<scope>runtime</scope>
</dependency>
<!--jackson-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${version.jackson}</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${version.jackson}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<version>${version.jackson}</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</exclusion>
</exclusions>
</dependency>
<!--resteasy-->
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>${version.javax.ws.rs}</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>${version.resteasy}</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${version.commons.io}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson2-provider</artifactId>
<version>${version.resteasy}</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<!--hibernate-->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>${version.hibernate}</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>${version.hibernate}</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</exclusion>
<exclusion>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.7.9</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-c3p0</artifactId>
<version>${version.hibernate}</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${version.postgres}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-spatial</artifactId>
<version>${version.hibernate}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
</exclusion>
<exclusion>
<groupId>org.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
</exclusion>
<exclusion>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</exclusion>
<exclusion>
<groupId>com.vividsolutions</groupId>
<artifactId>jts</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
<version>${version.postgis}</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>${version.c3p0}</version>
<scope>runtime</scope>
</dependency>
<!--sos-->
<!-- <dependency>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>hibernate-common</artifactId>
<version>${version.sos}</version>
<scope>compile</scope>
</dependency>-->
<dependency>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>hibernate-utils</artifactId>
<version>${version.sos}</version>
<exclusions>
<exclusion>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-spatial</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>profile-coding</artifactId>
<version>${version.sos}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>cache</artifactId>
<version>${version.sos}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>${version.javax.activation}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>coding-kvp</artifactId>
<version>${version.sos}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>core-v20</artifactId>
<version>${version.sos}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>enhanced-v20</artifactId>
<version>${version.sos}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>extensions-v20</artifactId>
<version>${version.sos}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>split-and-merge</artifactId>
<version>${version.sos}</version>
<scope>runtime</scope>
</dependency>
<!--logging-->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${version.slf4j}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>${version.slf4j}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${version.slf4j}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${version.logback}</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<!--CORS-->
<dependency>
<groupId>com.thetransactioncompany</groupId>
<artifactId>cors-filter</artifactId>
<version>${version.corsFilter}</version>
<scope>runtime</scope>
</dependency>
<!--spring-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${version.spring}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${version.spring}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>${version.spring}</version>
<scope>runtime</scope>
</dependency>
<!-- Servlet API -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${version.javax.servlet}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>${version.spotbugs}</version>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<finalName>de.awi.sos.ui</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireNoRepositories>
<allowSnapshotRepositories>true</allowSnapshotRepositories>
<allowedRepositories>
<id>sonatype-nexus-snapshots</id>
<id>52n-snapshots</id>
<id>52n-releases</id>
</allowedRepositories>
</requireNoRepositories>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalJOption>-Xdoclint:none</additionalJOption>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<goals>
<goal>reserve-network-port</goal>
</goals>
<configuration>
<portNames>
<portName>jetty.port.http</portName>
<portName>jetty.port.stop</portName>
</portNames>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.0.v20161208</version>
<configuration>
<waitForChild>true</waitForChild>
<jvmArgs>-Xmx2048m</jvmArgs>
<httpConnector>
<port>${jetty.port.http}</port>
</httpConnector>
<stopPort>${jetty.port.stop}</stopPort>
<systemProperties>
<systemProperty>
<name>catalina.base</name>
<value>${project.build.directory}</value>
</systemProperty>
</systemProperties>
<webApp>
<contextPath>/</contextPath>
</webApp>
</configuration>
</plugin>
</plugins>
</build>
</project>