Skip to content

Commit

Permalink
geosolutions-it#7172: fixes compatibility issue with java11
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarto committed Sep 15, 2021
1 parent 1760520 commit 0c98f47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions java/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
<artifactId>commons-pool</artifactId>
<version>1.5.4</version>
</dependency>
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 0c98f47

Please sign in to comment.