Skip to content

Commit

Permalink
fix dependency convergence error
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeckiJ committed Sep 23, 2021
1 parent fcfcf0b commit fc9cf86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@
<groupId>org.n52.sensorweb-server.db-model</groupId>
<artifactId>db-model-entities</artifactId>
<version>${db-model.version}</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 fc9cf86

Please sign in to comment.