Skip to content

Commit

Permalink
Set version of TEAM Engine dependency to 5.7 and upgrade xercesImpl t…
Browse files Browse the repository at this point in the history
…o version 2.12.2
  • Loading branch information
dstenger committed Jan 30, 2024
1 parent 65ca0ff commit 56cc374
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 56cc374

Please sign in to comment.