File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed
extensions/resteasy-classic
resteasy-server-common/runtime Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 25
25
<dependency >
26
26
<groupId >io.quarkus</groupId >
27
27
<artifactId >quarkus-resteasy-common</artifactId >
28
- <exclusions >
29
- <exclusion >
30
- <groupId >org.jboss.resteasy</groupId >
31
- <artifactId >resteasy-cdi</artifactId >
32
- </exclusion >
33
- </exclusions >
34
28
</dependency >
35
29
<dependency >
36
30
<groupId >io.quarkus</groupId >
Original file line number Diff line number Diff line change 81
81
<groupId >jakarta.ws.rs</groupId >
82
82
<artifactId >jakarta.ws.rs-api</artifactId >
83
83
</dependency >
84
- <dependency >
85
- <groupId >org.jboss.resteasy</groupId >
86
- <artifactId >resteasy-cdi</artifactId >
87
- </dependency >
88
84
<dependency >
89
85
<groupId >org.jboss.resteasy</groupId >
90
86
<artifactId >resteasy-json-binding-provider</artifactId >
Original file line number Diff line number Diff line change 25
25
<groupId >io.quarkus</groupId >
26
26
<artifactId >quarkus-resteasy-common</artifactId >
27
27
</dependency >
28
+ <dependency >
29
+ <groupId >org.jboss.resteasy</groupId >
30
+ <artifactId >resteasy-cdi</artifactId >
31
+ </dependency >
28
32
<dependency >
29
33
<groupId >jakarta.validation</groupId >
30
34
<artifactId >jakarta.validation-api</artifactId >
You can’t perform that action at this time.
0 commit comments