@@ -50,7 +50,11 @@ SPDX-License-Identifier: Apache-2.0
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >org.lfenergy.compas.core</groupId >
53
- <artifactId >jaxrs-commons</artifactId >
53
+ <artifactId >rest-commons</artifactId >
54
+ </dependency >
55
+ <dependency >
56
+ <groupId >org.lfenergy.compas.core</groupId >
57
+ <artifactId >websocket-commons</artifactId >
54
58
</dependency >
55
59
56
60
<dependency >
@@ -59,16 +63,17 @@ SPDX-License-Identifier: Apache-2.0
59
63
</dependency >
60
64
<dependency >
61
65
<groupId >io.quarkus</groupId >
62
- <artifactId >quarkus-resteasy</artifactId >
66
+ <artifactId >quarkus-resteasy-reactive </artifactId >
63
67
</dependency >
64
68
<dependency >
65
69
<groupId >io.quarkus</groupId >
66
- <artifactId >quarkus-resteasy-jaxb</artifactId >
70
+ <artifactId >quarkus-resteasy-reactive- jaxb</artifactId >
67
71
</dependency >
68
72
<dependency >
69
73
<groupId >io.quarkus</groupId >
70
- <artifactId >quarkus-hibernate-validator </artifactId >
74
+ <artifactId >quarkus-websockets </artifactId >
71
75
</dependency >
76
+
72
77
<dependency >
73
78
<groupId >io.quarkus</groupId >
74
79
<artifactId >quarkus-smallrye-jwt</artifactId >
@@ -81,6 +86,11 @@ SPDX-License-Identifier: Apache-2.0
81
86
<groupId >io.quarkus</groupId >
82
87
<artifactId >quarkus-smallrye-health</artifactId >
83
88
</dependency >
89
+
90
+ <dependency >
91
+ <groupId >io.quarkus</groupId >
92
+ <artifactId >quarkus-hibernate-validator</artifactId >
93
+ </dependency >
84
94
<dependency >
85
95
<groupId >io.quarkus</groupId >
86
96
<artifactId >quarkus-agroal</artifactId >
0 commit comments