Skip to content

Commit

Permalink
#266 - Set ets-common to version 13 and ets-gml32 to version 1.33, re…
Browse files Browse the repository at this point in the history
…place jsr311-api by jakarta.ws.rs-api and remove exclusions
  • Loading branch information
dstenger committed Nov 8, 2024
1 parent 0147f6e commit 21aac3f
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.opengis.cite</groupId>
<artifactId>ets-common</artifactId>
<version>10-SNAPSHOT</version>
<version>13</version>
</parent>
<artifactId>ets-wfs20</artifactId>
<version>1.42-SNAPSHOT</version>
Expand Down Expand Up @@ -65,13 +65,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ets-gml32</artifactId>
<version>1.33-SNAPSHOT</version>
<exclusions>
<exclusion>
<artifactId>teamengine-spi</artifactId>
<groupId>org.opengis.cite.teamengine</groupId>
</exclusion>
</exclusions>
<version>1.33</version>
</dependency>
<dependency>
<artifactId>teamengine-spi</artifactId>
Expand All @@ -88,12 +82,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>schema-utils</artifactId>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -113,8 +101,8 @@
<artifactId>jersey-server</artifactId>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 21aac3f

Please sign in to comment.