Skip to content

Commit

Permalink
pom cleanup in preparation for Jakarta upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Mar 26, 2024
1 parent 8b71d81 commit 7a8b127
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bootique-cxf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>javax.jws</groupId>
<artifactId>javax.jws-api</artifactId>
<version>${jws.version}</version>
</dependency>
<dependency>
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
Expand All @@ -42,7 +47,6 @@
<dependency>
<groupId>javax.jws</groupId>
<artifactId>javax.jws-api</artifactId>
<version>1.1</version>
</dependency>
<!-- Java 9+ implicit deps -->
<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<apache.hc.version>4.5.5</apache.hc.version>
<jaxws-api.version>2.3.3</jaxws-api.version>
<jaxws-ri.version>2.3.3</jaxws-ri.version>
<jws.version>1.1</jws.version>
</properties>

<scm>
Expand Down

0 comments on commit 7a8b127

Please sign in to comment.