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 78c6d04 commit aee872b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 16 deletions.
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>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
<version>${jaxws-api.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
Expand All @@ -29,7 +34,6 @@
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
Expand Down
4 changes: 0 additions & 4 deletions bootique-cxf-jaxws-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique</artifactId>
<scope>compile</scope>
</dependency>

<dependency>
Expand All @@ -45,18 +44,15 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
</dependency>

<!-- Unit test dependencies -->
Expand Down
1 change: 0 additions & 1 deletion bootique-cxf-jaxws-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<groupId>org.apache.cxf.xjc-utils</groupId>
<artifactId>cxf-xjc-runtime</artifactId>
<version>3.3.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
5 changes: 0 additions & 5 deletions bootique-cxf-jaxws-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.bootique.cxf</groupId>
Expand All @@ -59,18 +57,15 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
</dependency>

<!-- Java 9+ implicit deps -->
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.bootique.cxf</groupId>
<artifactId>bootique-cxf</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique</artifactId>
Expand Down

0 comments on commit aee872b

Please sign in to comment.