Skip to content

Commit

Permalink
Fixup #496 cxf-rt-transports-http-netty-server is supposed to be pres…
Browse files Browse the repository at this point in the history
…ent only in the test BOM. not in the main BOM. It is not present in the flattened main BOM anyway
  • Loading branch information
ppalaga committed Dec 1, 2022
1 parent a52e0a5 commit 4725332
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,25 +157,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-netty-server</artifactId>
<version>${cxf.version}</version>
<exclusions>
<exclusion>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jta_1.1_spec</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.cxf</groupId>
Expand Down

0 comments on commit 4725332

Please sign in to comment.