Skip to content

Commit

Permalink
Merge pull request #58 from opengeospatial/upgradeTEAMEngine
Browse files Browse the repository at this point in the history
Set version of TEAM Engine dependency to 5.7 and upgrade xercesImpl to version 2.12.2
  • Loading branch information
dstenger authored Jan 30, 2024
2 parents 65ca0ff + 56cc374 commit 171e16f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
<ets-code>wcs</ets-code>
<spec-version>1.0.0</spec-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<teamengine.version>5.4</teamengine.version>
<docker.teamengine.version>5.4</docker.teamengine.version>
<docker.teamengine.version>5.7</docker.teamengine.version>
</properties>
<reporting>
<plugins>
Expand All @@ -78,6 +77,17 @@
<groupId>org.opengis.cite</groupId>
<artifactId>cite1-utils</artifactId>
<version>1.1.1</version>
<exclusions>
<exclusion>
<artifactId>xercesImpl</artifactId>
<groupId>xerces</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.2</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 171e16f

Please sign in to comment.