Skip to content

Commit

Permalink
Update db-model and dao-impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Hollmann committed Apr 22, 2021
1 parent e5cd099 commit 44e5239
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ LABEL maintainer="Carsten Hollmann <[email protected]>" \
org.opencontainers.image.url="https://52north.org/software/software-projects/sos/" \
org.opencontainers.image.vendor="52°North GmbH" \
org.opencontainers.image.source="https://github.com/52north/SOS.git" \
org.opencontainers.image.version="5.2.3" \
org.opencontainers.image.version="5.2.7" \
org.opencontainers.image.authors="Carsten Hollmann <[email protected]>, Christian Autermann <[email protected]>"

ENTRYPOINT [ \
Expand Down
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
<version.arctic-sea>7.6.1</version.arctic-sea>
<version.n52.common.xml>2.7.0</version.n52.common.xml>
<version.helgoland.api>3.3.3</version.helgoland.api>
<version.dao-impl>3.3.3</version.dao-impl>
<version.db-model>3.0.5</version.db-model>
<version.dao-impl>3.3.4</version.dao-impl>
<version.db-model>3.0.6</version.db-model>
<!-- <dataset.proxy.version>1.0.0-SNAPSHOT</dataset.proxy.version> -->
<version.springframework.security>5.3.3.RELEASE</version.springframework.security>
<version.springframework>5.2.8.RELEASE</version.springframework>
Expand Down Expand Up @@ -375,6 +375,12 @@
<groupId>org.n52.sensorweb-server.db-model</groupId>
<artifactId>db-model-entities</artifactId>
<version>${version.db-model}</version>
<exclusions>
<exclusion>
<groupId>com.neovisionaries</groupId>
<artifactId>nv-i18n</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.n52.sensorweb-server.db-model</groupId>
Expand Down

0 comments on commit 44e5239

Please sign in to comment.