Skip to content

Commit 841fea7

Browse files
authored
Merge pull request wildfly#17953 from emmartins/WFLY-19407
[WFLY-19407] additional artifacts in EE BOMs
2 parents 0f710a6 + 7af7530 commit 841fea7

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

boms/user/ee/ee-with-tools/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@
134134
<groupId>org.jboss.arquillian.protocol</groupId>
135135
<artifactId>arquillian-protocol-servlet-jakarta</artifactId>
136136
</dependency>
137+
<dependency>
138+
<groupId>org.wildfly.core</groupId>
139+
<artifactId>wildfly-cli</artifactId>
140+
<classifier>client</classifier>
141+
</dependency>
137142
</includeDependencies>
138143
<versionRefDependencies>
139144
<dependency>

boms/user/ee/pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,28 @@
439439
<groupId>org.wildfly.security</groupId>
440440
<artifactId>wildfly-elytron</artifactId>
441441
</dependency>
442+
<!-- include web services -->
443+
<dependency>
444+
<groupId>org.jboss.ws.cxf</groupId>
445+
<artifactId>jbossws-cxf-client</artifactId>
446+
</dependency>
447+
<dependency>
448+
<groupId>org.jboss.ws.cxf</groupId>
449+
<artifactId>jbossws-cxf-resources</artifactId>
450+
</dependency>
451+
<dependency>
452+
<groupId>org.jboss.ws.cxf</groupId>
453+
<artifactId>jbossws-cxf-server</artifactId>
454+
</dependency>
455+
<dependency>
456+
<groupId>org.jboss.ws.cxf</groupId>
457+
<artifactId>jbossws-cxf-transports-udp</artifactId>
458+
</dependency>
459+
<dependency>
460+
<groupId>org.jboss.ws.cxf</groupId>
461+
<artifactId>jbossws-cxf-transports-undertow</artifactId>
462+
</dependency>
463+
442464
<!-- other server components to include -->
443465
<dependency>
444466
<groupId>org.wildfly.discovery</groupId>

0 commit comments

Comments
 (0)