Skip to content

Commit

Permalink
fix exclusion 4
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier dufour committed Dec 4, 2019
1 parent f8d4633 commit eeb638f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bom/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
<cxf.version>3.3.4</cxf.version>
<jaxws.version>2.0.0.Final</jaxws.version>
<javax-xml-soap.version>1.4.0</javax-xml-soap.version>
<jakarta-jws-api.version>2.1.0</jakarta-jws-api.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -1264,6 +1265,11 @@
<artifactId>jboss-jaxb-api_2.3_spec</artifactId>
<version>${jboss-jaxb-api_2.3_spec.version}</version>
</dependency>
<dependency>
<groupId>jakarta.jws</groupId>
<artifactId>jakarta.jws-api</artifactId>
<version>${jakarta-jws-api.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.ws.rs</groupId>
<artifactId>jboss-jaxrs-api_2.1_spec</artifactId>
Expand Down

0 comments on commit eeb638f

Please sign in to comment.