Skip to content

Commit

Permalink
Downgrade tech.units.indriya from 2.1.3 to 2.1.2 because of changes t…
Browse files Browse the repository at this point in the history
…hat can conflict with geotools 28.0
  • Loading branch information
CarstenHollmann committed Nov 18, 2022
1 parent b6f183d commit 4927739
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ This project includes:
Commons Pool under The Apache Software License, Version 2.0
commons-compiler under BSD-3-Clause
Cross-Origin Resource Sharing (CORS) Filter under The Apache Software License, Version 2.0
EJML under The Apache Software License, Version 2.0
EJML under The Apache License, Version 2.0
EPSG Authority Service using HSQL database under Lesser General Public License (LGPL) or EPSG database distribution license or BSD License for HSQL
error-prone annotations under Apache 2.0
EXIficient-Core under MIT License
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ private String checkForObservtionValue(OmObservation observation) {
}
return InspireOMSOConstants.OBS_TYPE_POINT_OBSERVATION;
}

/**
* Check for {@link TrajectoryObservation}
*
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<version.jts>1.19.0</version.jts>
<!-- 52N dependency versions -->
<version.n52.common.xml>2.7.0</version.n52.common.xml>
<version.arctic-sea>10.0.0</version.arctic-sea>
<version.arctic-sea>10.1.0-SNAPSHOT</version.arctic-sea>
<version.helgoland.api>3.5.0-PR.11</version.helgoland.api>
<version.db-model>4.0.0-PR.13</version.db-model>
<version.dao-impl>4.0.0-PR.13</version.dao-impl>
Expand Down Expand Up @@ -2109,7 +2109,7 @@
<dependency>
<groupId>tech.units</groupId>
<artifactId>indriya</artifactId>
<version>2.1.3</version>
<version>2.1.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 4927739

Please sign in to comment.