Skip to content

Commit

Permalink
Merge pull request wildfly#17953 from emmartins/WFLY-19407
Browse files Browse the repository at this point in the history
[WFLY-19407] additional artifacts in EE BOMs
  • Loading branch information
bstansberry authored Jun 17, 2024
2 parents 0f710a6 + 7af7530 commit 841fea7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions boms/user/ee/ee-with-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@
<groupId>org.jboss.arquillian.protocol</groupId>
<artifactId>arquillian-protocol-servlet-jakarta</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-cli</artifactId>
<classifier>client</classifier>
</dependency>
</includeDependencies>
<versionRefDependencies>
<dependency>
Expand Down
22 changes: 22 additions & 0 deletions boms/user/ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,28 @@
<groupId>org.wildfly.security</groupId>
<artifactId>wildfly-elytron</artifactId>
</dependency>
<!-- include web services -->
<dependency>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-client</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-resources</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-server</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-transports-udp</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-transports-undertow</artifactId>
</dependency>

<!-- other server components to include -->
<dependency>
<groupId>org.wildfly.discovery</groupId>
Expand Down

0 comments on commit 841fea7

Please sign in to comment.