Skip to content

Commit

Permalink
replace jboss by jakarta
Browse files Browse the repository at this point in the history
  • Loading branch information
Dufgui committed Dec 1, 2019
1 parent f912b76 commit 2e4d00a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions bom/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<keycloak.version>7.0.1</keycloak.version>
<javax.interceptor-api.version>1.2</javax.interceptor-api.version>
<cxf.version>3.3.4</cxf.version>
<jaxws.version>2.0.0.Final</jaxws.version>
<jaxws.version>2.3.2</jaxws.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -1596,9 +1596,15 @@
<version>${narayana.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.xml.ws</groupId>
<artifactId>jboss-jaxws-api_2.3_spec</artifactId>
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
<version>${jaxws.version}</version>
<exclusions>
<exclusion>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
Expand Down
4 changes: 2 additions & 2 deletions extensions/cxf/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<artifactId>quarkus-undertow-deployment</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.xml.ws</groupId>
<artifactId>jboss-jaxws-api_2.3_spec</artifactId>
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 2e4d00a

Please sign in to comment.