Skip to content

Commit

Permalink
Merge pull request opengeospatial#30 from opengeospatial/20230118_che…
Browse files Browse the repository at this point in the history
…ck_teamengine_version_issue

Fixes NoClassDefFoundError problem

The pull request is tested and the tests are successful.
  • Loading branch information
arieslai authored Jan 19, 2023
2 parents af5a6c5 + 02c7ccc commit 3b25525
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
</properties>

<dependencies>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.2</version>
</dependency>
<dependency>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-spi</artifactId>
Expand Down

0 comments on commit 3b25525

Please sign in to comment.