From 08261259e3c95fa466657a9b4db6af0cf00afb53 Mon Sep 17 00:00:00 2001 From: speckij Date: Tue, 6 Dec 2022 09:25:48 +0100 Subject: [PATCH] [maven-release-plugin] prepare release v3.3.1 --- app/pom.xml | 478 ++++++++++++------------ core/pom.xml | 338 ++++++++--------- http/pom.xml | 140 +++---- mqtt/pom.xml | 194 +++++----- pom.xml | 968 ++++++++++++++++++++++++------------------------- webapp/pom.xml | 282 +++++++------- 6 files changed, 1200 insertions(+), 1200 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index d905a4077..d79a9abd3 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -1,239 +1,239 @@ - - - 4.0.0 - - org.n52.sensorweb-server.sta - sta-parent - 3.3.0-SNAPSHOT - - sta-app - jar - - - org.springframework.boot - spring-boot-starter-web - runtime - - - org.springframework.boot - spring-boot-autoconfigure - - - org.springframework.boot - spring-boot - - - org.springframework.boot - spring-boot-starter-data-jpa - runtime - - - org.osgi - org.osgi.core - - - - - org.springframework - spring-context - - - org.springframework - spring-tx - - - org.springframework.data - spring-data-jpa - - - com.google.code.findbugs - jsr305 - - - com.google.guava - guava - - - - - org.springframework.security - spring-security-config - - - org.springframework.security - spring-security-web - - - org.springframework.security - spring-security-core - - - ${project.groupId} - sta-core - - - ${project.groupId} - sta-mqtt - runtime - - - ${project.groupId} - sta-http - runtime - - - org.n52.arctic-sea - shetland - runtime - - - org.n52.arctic-sea - svalbard-odata - runtime - - - org.n52.arctic-sea - janmayen - runtime - - - - org.hibernate - hibernate-spatial - runtime - - - - org.antlr - antlr4-runtime - runtime - - - org.hamcrest - hamcrest - test - - - org.apache.httpcomponents - httpclient - test - - - org.springframework.boot - spring-boot-starter-test - test - - - net.java.dev.jna - jna - - - - - org.testcontainers - postgresql - test - - - org.testcontainers - junit-jupiter - test - - - org.eclipse.paho - org.eclipse.paho.client.mqttv3 - test - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - test-compile - - testCompile - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - **/IT*.java - - - - org.apache.maven.plugins - maven-failsafe-plugin - - ${project.build.outputDirectory} - - - - integration-test - - integration-test - - - - verify - - verify - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - repackage - - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - org.springframework.boot:spring-boot-starter-web - org.springframework.boot:spring-boot-starter-data-jpa - org.n52.sensorweb-server.sta:sta-http - org.n52.sensorweb-server.sta:sta-mqtt - - - - - unpack - package - - unpack - - - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${project.build.directory}/unpacked - - - - - - - - - + + + 4.0.0 + + org.n52.sensorweb-server.sta + sta-parent + 3.3.1 + + sta-app + jar + + + org.springframework.boot + spring-boot-starter-web + runtime + + + org.springframework.boot + spring-boot-autoconfigure + + + org.springframework.boot + spring-boot + + + org.springframework.boot + spring-boot-starter-data-jpa + runtime + + + org.osgi + org.osgi.core + + + + + org.springframework + spring-context + + + org.springframework + spring-tx + + + org.springframework.data + spring-data-jpa + + + com.google.code.findbugs + jsr305 + + + com.google.guava + guava + + + + + org.springframework.security + spring-security-config + + + org.springframework.security + spring-security-web + + + org.springframework.security + spring-security-core + + + ${project.groupId} + sta-core + + + ${project.groupId} + sta-mqtt + runtime + + + ${project.groupId} + sta-http + runtime + + + org.n52.arctic-sea + shetland + runtime + + + org.n52.arctic-sea + svalbard-odata + runtime + + + org.n52.arctic-sea + janmayen + runtime + + + + org.hibernate + hibernate-spatial + runtime + + + + org.antlr + antlr4-runtime + runtime + + + org.hamcrest + hamcrest + test + + + org.apache.httpcomponents + httpclient + test + + + org.springframework.boot + spring-boot-starter-test + test + + + net.java.dev.jna + jna + + + + + org.testcontainers + postgresql + test + + + org.testcontainers + junit-jupiter + test + + + org.eclipse.paho + org.eclipse.paho.client.mqttv3 + test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + test-compile + + testCompile + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + **/IT*.java + + + + org.apache.maven.plugins + maven-failsafe-plugin + + ${project.build.outputDirectory} + + + + integration-test + + integration-test + + + + verify + + verify + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + org.springframework.boot:spring-boot-starter-web + org.springframework.boot:spring-boot-starter-data-jpa + org.n52.sensorweb-server.sta:sta-http + org.n52.sensorweb-server.sta:sta-mqtt + + + + + unpack + package + + unpack + + + + + ${project.groupId} + ${project.artifactId} + ${project.version} + ${project.build.directory}/unpacked + + + + + + + + + diff --git a/core/pom.xml b/core/pom.xml index 2732e0038..24b7472d6 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,169 +1,169 @@ - - - 4.0.0 - - org.n52.sensorweb-server.sta - sta-parent - 3.3.0-SNAPSHOT - - sta-core - jar - - - - org.springframework.boot - spring-boot-autoconfigure - - - org.springframework.boot - spring-boot - - - org.springframework - spring-context - - - org.springframework - spring-tx - - - org.springframework - spring-web - - - org.springframework - spring-core - - - org.springframework - spring-orm - - - org.springframework - spring-beans - - - org.springframework.data - spring-data-commons - - - com.google.guava - guava - - - com.google.code.findbugs - jsr305 - - - - - javax - javaee-api - provided - - - - org.n52.sensorweb-server.db-model - db-model-entities - - - org.n52.sensorweb-server.db-model - db-model-mappings - runtime - - - org.n52.sensorweb-server.db-model - db-model-types - - - - org.n52.arctic-sea - shetland - - - org.n52.arctic-sea - svalbard-odata - - - org.n52.arctic-sea - janmayen - - - - org.springframework.data - spring-data-jpa - - - org.hibernate - hibernate-core - - - xml-apis - xml-apis - - - - - org.locationtech.jts - jts-core - - - org.locationtech.jts.io - jts-io-common - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-annotations - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.module - jackson-module-afterburner - - - - com.google.guava - guava - - - org.slf4j - slf4j-api - - - joda-time - joda-time - - - com.github.spotbugs - spotbugs-annotations - true - - - org.junit.jupiter - junit-jupiter-api - test - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - org.n52.sensorweb-server.db-model:db-model-mappings - - - - - - - + + + 4.0.0 + + org.n52.sensorweb-server.sta + sta-parent + 3.3.1 + + sta-core + jar + + + + org.springframework.boot + spring-boot-autoconfigure + + + org.springframework.boot + spring-boot + + + org.springframework + spring-context + + + org.springframework + spring-tx + + + org.springframework + spring-web + + + org.springframework + spring-core + + + org.springframework + spring-orm + + + org.springframework + spring-beans + + + org.springframework.data + spring-data-commons + + + com.google.guava + guava + + + com.google.code.findbugs + jsr305 + + + + + javax + javaee-api + provided + + + + org.n52.sensorweb-server.db-model + db-model-entities + + + org.n52.sensorweb-server.db-model + db-model-mappings + runtime + + + org.n52.sensorweb-server.db-model + db-model-types + + + + org.n52.arctic-sea + shetland + + + org.n52.arctic-sea + svalbard-odata + + + org.n52.arctic-sea + janmayen + + + + org.springframework.data + spring-data-jpa + + + org.hibernate + hibernate-core + + + xml-apis + xml-apis + + + + + org.locationtech.jts + jts-core + + + org.locationtech.jts.io + jts-io-common + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.module + jackson-module-afterburner + + + + com.google.guava + guava + + + org.slf4j + slf4j-api + + + joda-time + joda-time + + + com.github.spotbugs + spotbugs-annotations + true + + + org.junit.jupiter + junit-jupiter-api + test + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + org.n52.sensorweb-server.db-model:db-model-mappings + + + + + + + diff --git a/http/pom.xml b/http/pom.xml index d4fff896d..e6daf3e08 100644 --- a/http/pom.xml +++ b/http/pom.xml @@ -1,70 +1,70 @@ - - - 4.0.0 - - org.n52.sensorweb-server.sta - sta-parent - 3.3.0-SNAPSHOT - - sta-http - jar - - - - org.springframework - spring-core - - - org.springframework - spring-web - - - org.springframework - spring-context - - - org.springframework - spring-beans - - - org.springframework - spring-webmvc - - - org.springframework.boot - spring-boot-autoconfigure - - - org.apache.tomcat.embed - tomcat-embed-core - - - - ${project.groupId} - sta-core - - - org.n52.arctic-sea - shetland - - - org.n52.arctic-sea - svalbard-odata - - - com.fasterxml.jackson.core - jackson-databind - - - org.n52.sensorweb-server.db-model - db-model-entities - - - com.github.spotbugs - spotbugs-annotations - true - - - - - + + + 4.0.0 + + org.n52.sensorweb-server.sta + sta-parent + 3.3.1 + + sta-http + jar + + + + org.springframework + spring-core + + + org.springframework + spring-web + + + org.springframework + spring-context + + + org.springframework + spring-beans + + + org.springframework + spring-webmvc + + + org.springframework.boot + spring-boot-autoconfigure + + + org.apache.tomcat.embed + tomcat-embed-core + + + + ${project.groupId} + sta-core + + + org.n52.arctic-sea + shetland + + + org.n52.arctic-sea + svalbard-odata + + + com.fasterxml.jackson.core + jackson-databind + + + org.n52.sensorweb-server.db-model + db-model-entities + + + com.github.spotbugs + spotbugs-annotations + true + + + + + diff --git a/mqtt/pom.xml b/mqtt/pom.xml index 0e768f991..d42779f72 100644 --- a/mqtt/pom.xml +++ b/mqtt/pom.xml @@ -1,97 +1,97 @@ - - - 4.0.0 - - org.n52.sensorweb-server.sta - sta-parent - 3.3.0-SNAPSHOT - - sta-mqtt - jar - - - - org.springframework - spring-beans - - - org.springframework - spring-context - - - org.springframework - spring-core - - - - ${project.groupId} - sta-core - - - - org.n52.arctic-sea - shetland - - - org.n52.arctic-sea - svalbard-odata - - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-databind - - - - org.n52.sensorweb-server.db-model - db-model-entities - - - de.fraunhofer.iosb.io.moquette - moquette-broker - - - org.slf4j - slf4j-log4j12 - - - com.bugsnag - bugsnag - - - - - io.netty - netty-codec-mqtt - - - io.netty - netty-buffer - - - - com.h2database - h2-mvstore - - - - commons-codec - commons-codec - - - - org.slf4j - slf4j-api - - - com.github.spotbugs - spotbugs-annotations - true - - - - + + + 4.0.0 + + org.n52.sensorweb-server.sta + sta-parent + 3.3.1 + + sta-mqtt + jar + + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + + ${project.groupId} + sta-core + + + + org.n52.arctic-sea + shetland + + + org.n52.arctic-sea + svalbard-odata + + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + + + org.n52.sensorweb-server.db-model + db-model-entities + + + de.fraunhofer.iosb.io.moquette + moquette-broker + + + org.slf4j + slf4j-log4j12 + + + com.bugsnag + bugsnag + + + + + io.netty + netty-codec-mqtt + + + io.netty + netty-buffer + + + + com.h2database + h2-mvstore + + + + commons-codec + commons-codec + + + + org.slf4j + slf4j-api + + + com.github.spotbugs + spotbugs-annotations + true + + + + diff --git a/pom.xml b/pom.xml index 650e8c5fe..53fa4a6b7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,484 +1,484 @@ - - - 4.0.0 - - org.n52 - parent - 27 - - - org.n52.sensorweb-server.sta - sta-parent - 3.3.0-SNAPSHOT - pom - - 52°North Sensor Things API - 52°North implementation of the OGC Sensor Things API - 2018 - https://github.com/52North/sensor-things - - - https://github.com/52North/sensor-things - scm:git:git://github.com/52North/sensor-things.git - scm:git:git://github.com/52North/sensor-things.git - v3.2.0 - - - - core - app - http - mqtt - webapp - - - - UTF-8 - UTF-8 - 11 - ${maven.build.timestamp} - yyyy - ${maven.build.timestamp} - 4.0.0-PR.14 - 10.1.0 - 2.7.6 - 1.9.0 - 5.6.14.Final - 2.14.1 - 2.2 - 1.19.0 - 2.1.214 - 1.17.6 - ${testcontainers.version} - ${testcontainers.version} - 4.7.3 - 1.2.5 - 4.11.1 - 2.12.2 - - - - - - ${project.groupId} - sta-core - ${project.version} - - - ${project.groupId} - sta-http - ${project.version} - - - ${project.groupId} - sta-mqtt - ${project.version} - - - ${project.groupId} - sta-app - ${project.version} - - - ${project.groupId} - sta-webapp - ${project.version} - - - - org.springframework.boot - spring-boot-dependencies - ${spring-boot.version} - pom - import - - - javax - javaee-api - 8.0.1 - provided - - - javax.activation - activation - - - - - - org.n52.sensorweb-server.db-model - db-model-entities - ${db-model.version} - - - com.neovisionaries - nv-i18n - - - - - org.n52.sensorweb-server.db-model - db-model-mappings - ${db-model.version} - - - org.n52.sensorweb-server.db-model - db-model-types - ${db-model.version} - - - - com.h2database - h2-mvstore - ${h2database.version} - - - - com.fasterxml.jackson - jackson-bom - ${jackson.version} - import - pom - - - - org.geolatte - geolatte-geom - ${geolatte-geom.version} - - - org.locationtech.jts - jts-core - - - - - org.locationtech.jts - jts-core - ${locationtech-jts.version} - - - org.locationtech.jts.io - jts-io-common - ${locationtech-jts.version} - - - - org.antlr - antlr4-runtime - ${antlr-runtime.version} - - - - org.hibernate - hibernate-core - ${hibernate.version} - - - org.hibernate - hibernate-spatial - ${hibernate.version} - - - com.google.guava - guava - 31.1-jre - - - org.checkerframework - checker-qual - 3.27.0 - - - - org.slf4j - slf4j-api - 1.7.36 - - - org.hamcrest - hamcrest-core - test - ${hamcrest.version} - - - org.hamcrest - hamcrest - test - ${hamcrest.version} - - - org.testcontainers - junit-jupiter - ${testcontainers.jupiter.version} - test - - - org.jetbrains - annotations - - - com.google.code.findbugs - jsr305 - - - com.google.code.findbugs - annotations - - - - - org.testcontainers - postgresql - ${testcontainers.postgres.version} - test - - - org.eclipse.paho - org.eclipse.paho.client.mqttv3 - ${paho.version} - test - - - com.github.spotbugs - spotbugs-annotations - ${spotbugs.version} - - - joda-time - joda-time - ${joda.version} - - - - org.n52.arctic-sea - janmayen - ${arctic-sea.version} - - - org.n52.arctic-sea - shetland - ${arctic-sea.version} - - - org.locationtech.jts - jts-core - - - org.checkerframework - checker-qual - - - - - org.n52.arctic-sea - svalbard-odata - ${arctic-sea.version} - - - - de.fraunhofer.iosb.io.moquette - moquette-broker - 0.15.1 - - - org.slf4j - slf4j-log4j12 - - - com.bugsnag - bugsnag - - - - - - - - - - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - pl.project13.maven - git-commit-id-plugin - 4.9.10 - - - org.apache.maven.plugins - maven-dependency-plugin - - false - false - - io.netty:netty-codec-mqtt:* - io.netty:netty-buffer:* - io.netty:netty-all:* - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - - false - true - - - sonatype-nexus-snapshots,edu-repo,n52-releases,n52-snapshots,refractions,hibernate-spatial,unidata-releases, - bintray - - - - - - - - org.jasig.maven - maven-notice-plugin - - etc/NOTICE.template - - https://52north.github.io/cdn/licenses/license-mappings.xml - etc/license-mappings.xml - - - - - check-license - initialize - - check - - - - - - org.apache.maven.plugins - maven-release-plugin - - v@{project.version} - true - check,sign - true - clean package - - - - - - - org.springframework.boot - spring-boot-maven-plugin - ${spring-boot.version} - - - build-info - - build-info - - - - - - pl.project13.maven - git-commit-id-plugin - - - get-the-git-infos - - revision - - validate - - - - false - - false - true - ${project.build.outputDirectory}/git.properties - - full - - git.user.* - - true - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - validate - validate - - check - - - - - - - com.mycila - license-maven-plugin - false - - true - true - - SLASHSTAR_STYLE - - - -
etc/52N_GPLv2_License.xt
- - **/src/**/*.java - - - **/logback.xml - **/logback-test.xml - etc/** - - - ${project.inceptionYear}-${currentYear} - -
-
-
-
-
-
- - - central - Maven Central - https://repo.maven.apache.org/maven2/ - - - geotools - Open Source Geospatial Foundation Repository - https://repo.osgeo.org/repository/release/ - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - true - - - false - - - -
+ + + 4.0.0 + + org.n52 + parent + 27 + + + org.n52.sensorweb-server.sta + sta-parent + 3.3.1 + pom + + 52°North Sensor Things API + 52°North implementation of the OGC Sensor Things API + 2018 + https://github.com/52North/sensor-things + + + https://github.com/52North/sensor-things + scm:git:git://github.com/52North/sensor-things.git + scm:git:git://github.com/52North/sensor-things.git + v3.3.1 + + + + core + app + http + mqtt + webapp + + + + UTF-8 + UTF-8 + 11 + ${maven.build.timestamp} + yyyy + ${maven.build.timestamp} + 4.0.0-PR.14 + 10.1.0 + 2.7.6 + 1.9.0 + 5.6.14.Final + 2.14.1 + 2.2 + 1.19.0 + 2.1.214 + 1.17.6 + ${testcontainers.version} + ${testcontainers.version} + 4.7.3 + 1.2.5 + 4.11.1 + 2.12.2 + + + + + + ${project.groupId} + sta-core + ${project.version} + + + ${project.groupId} + sta-http + ${project.version} + + + ${project.groupId} + sta-mqtt + ${project.version} + + + ${project.groupId} + sta-app + ${project.version} + + + ${project.groupId} + sta-webapp + ${project.version} + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + javax + javaee-api + 8.0.1 + provided + + + javax.activation + activation + + + + + + org.n52.sensorweb-server.db-model + db-model-entities + ${db-model.version} + + + com.neovisionaries + nv-i18n + + + + + org.n52.sensorweb-server.db-model + db-model-mappings + ${db-model.version} + + + org.n52.sensorweb-server.db-model + db-model-types + ${db-model.version} + + + + com.h2database + h2-mvstore + ${h2database.version} + + + + com.fasterxml.jackson + jackson-bom + ${jackson.version} + import + pom + + + + org.geolatte + geolatte-geom + ${geolatte-geom.version} + + + org.locationtech.jts + jts-core + + + + + org.locationtech.jts + jts-core + ${locationtech-jts.version} + + + org.locationtech.jts.io + jts-io-common + ${locationtech-jts.version} + + + + org.antlr + antlr4-runtime + ${antlr-runtime.version} + + + + org.hibernate + hibernate-core + ${hibernate.version} + + + org.hibernate + hibernate-spatial + ${hibernate.version} + + + com.google.guava + guava + 31.1-jre + + + org.checkerframework + checker-qual + 3.27.0 + + + + org.slf4j + slf4j-api + 1.7.36 + + + org.hamcrest + hamcrest-core + test + ${hamcrest.version} + + + org.hamcrest + hamcrest + test + ${hamcrest.version} + + + org.testcontainers + junit-jupiter + ${testcontainers.jupiter.version} + test + + + org.jetbrains + annotations + + + com.google.code.findbugs + jsr305 + + + com.google.code.findbugs + annotations + + + + + org.testcontainers + postgresql + ${testcontainers.postgres.version} + test + + + org.eclipse.paho + org.eclipse.paho.client.mqttv3 + ${paho.version} + test + + + com.github.spotbugs + spotbugs-annotations + ${spotbugs.version} + + + joda-time + joda-time + ${joda.version} + + + + org.n52.arctic-sea + janmayen + ${arctic-sea.version} + + + org.n52.arctic-sea + shetland + ${arctic-sea.version} + + + org.locationtech.jts + jts-core + + + org.checkerframework + checker-qual + + + + + org.n52.arctic-sea + svalbard-odata + ${arctic-sea.version} + + + + de.fraunhofer.iosb.io.moquette + moquette-broker + 0.15.1 + + + org.slf4j + slf4j-log4j12 + + + com.bugsnag + bugsnag + + + + + + + + + + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + + + + pl.project13.maven + git-commit-id-plugin + 4.9.10 + + + org.apache.maven.plugins + maven-dependency-plugin + + false + false + + io.netty:netty-codec-mqtt:* + io.netty:netty-buffer:* + io.netty:netty-all:* + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + + false + true + + + sonatype-nexus-snapshots,edu-repo,n52-releases,n52-snapshots,refractions,hibernate-spatial,unidata-releases, + bintray + + + + + + + + org.jasig.maven + maven-notice-plugin + + etc/NOTICE.template + + https://52north.github.io/cdn/licenses/license-mappings.xml + etc/license-mappings.xml + + + + + check-license + initialize + + check + + + + + + org.apache.maven.plugins + maven-release-plugin + + v@{project.version} + true + check,sign + true + clean package + + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + + build-info + + build-info + + + + + + pl.project13.maven + git-commit-id-plugin + + + get-the-git-infos + + revision + + validate + + + + false + + false + true + ${project.build.outputDirectory}/git.properties + + full + + git.user.* + + true + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + validate + validate + + check + + + + + + + com.mycila + license-maven-plugin + false + + true + true + + SLASHSTAR_STYLE + + + +
etc/52N_GPLv2_License.xt
+ + **/src/**/*.java + + + **/logback.xml + **/logback-test.xml + etc/** + + + ${project.inceptionYear}-${currentYear} + +
+
+
+
+
+
+ + + central + Maven Central + https://repo.maven.apache.org/maven2/ + + + geotools + Open Source Geospatial Foundation Repository + https://repo.osgeo.org/repository/release/ + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + true + + + false + + + +
diff --git a/webapp/pom.xml b/webapp/pom.xml index 55d01d647..abcc00811 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -1,141 +1,141 @@ - - - 4.0.0 - - org.n52.sensorweb-server.sta - sta-parent - 3.3.0-SNAPSHOT - - sta-webapp - war - - 52n-sensorthings-webapp - ${conf.sta.name} - INFO - WARN - 10 - 10MB - - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-tomcat - - - org.springframework.boot - spring-boot-autoconfigure - - - org.springframework.boot - spring-boot - - - org.springframework - spring-context - - - org.springframework - spring-tx - - - org.springframework.boot - spring-boot-starter-data-jpa - runtime - - - org.springframework.data - spring-data-jpa - - - ${project.groupId} - sta-core - - - ${project.groupId} - sta-http - runtime - - - ${project.groupId} - sta-mqtt - runtime - - - org.geolatte - geolatte-geom - runtime - - - org.hibernate - hibernate-core - runtime - - - org.hibernate - hibernate-spatial - runtime - - - org.codehaus.janino - janino - 3.1.9 - runtime - - - - - - src/main/hbm - hbm - - - src/main/resources - - - ${conf.sta.name} - - - org.apache.maven.plugins - maven-dependency-plugin - - - org.springframework.boot:spring-boot-starter-web - org.springframework.boot:spring-boot-starter-tomcat - org.springframework.boot:spring-boot-starter-data-jpa - org.n52.sensorweb-server.sta:sta-http - org.n52.sensorweb-server.sta:sta-mqtt - org.hibernate:hibernate-core - org.hibernate:hibernate-spatial - org.geolatte:geolatte-geom - - - - - maven-war-plugin - 3.3.1 - - true - false - - - src/main/resources - true - WEB-INF/classes - - - - - - org.springframework.boot - spring-boot-maven-plugin - - false - - - - - + + + 4.0.0 + + org.n52.sensorweb-server.sta + sta-parent + 3.3.1 + + sta-webapp + war + + 52n-sensorthings-webapp + ${conf.sta.name} + INFO + WARN + 10 + 10MB + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + org.springframework.boot + spring-boot-autoconfigure + + + org.springframework.boot + spring-boot + + + org.springframework + spring-context + + + org.springframework + spring-tx + + + org.springframework.boot + spring-boot-starter-data-jpa + runtime + + + org.springframework.data + spring-data-jpa + + + ${project.groupId} + sta-core + + + ${project.groupId} + sta-http + runtime + + + ${project.groupId} + sta-mqtt + runtime + + + org.geolatte + geolatte-geom + runtime + + + org.hibernate + hibernate-core + runtime + + + org.hibernate + hibernate-spatial + runtime + + + org.codehaus.janino + janino + 3.1.9 + runtime + + + + + + src/main/hbm + hbm + + + src/main/resources + + + ${conf.sta.name} + + + org.apache.maven.plugins + maven-dependency-plugin + + + org.springframework.boot:spring-boot-starter-web + org.springframework.boot:spring-boot-starter-tomcat + org.springframework.boot:spring-boot-starter-data-jpa + org.n52.sensorweb-server.sta:sta-http + org.n52.sensorweb-server.sta:sta-mqtt + org.hibernate:hibernate-core + org.hibernate:hibernate-spatial + org.geolatte:geolatte-geom + + + + + maven-war-plugin + 3.3.1 + + true + false + + + src/main/resources + true + WEB-INF/classes + + + + + + org.springframework.boot + spring-boot-maven-plugin + + false + + + + +