File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 134
134
<groupId >org.jboss.arquillian.protocol</groupId >
135
135
<artifactId >arquillian-protocol-servlet-jakarta</artifactId >
136
136
</dependency >
137
+ <dependency >
138
+ <groupId >org.wildfly.core</groupId >
139
+ <artifactId >wildfly-cli</artifactId >
140
+ <classifier >client</classifier >
141
+ </dependency >
137
142
</includeDependencies >
138
143
<versionRefDependencies >
139
144
<dependency >
Original file line number Diff line number Diff line change 439
439
<groupId >org.wildfly.security</groupId >
440
440
<artifactId >wildfly-elytron</artifactId >
441
441
</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
+
442
464
<!-- other server components to include -->
443
465
<dependency >
444
466
<groupId >org.wildfly.discovery</groupId >
You can’t perform that action at this time.
0 commit comments