File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
main/java/org/lfenergy/compas/scl/data/rest/exception
test/java/org/lfenergy/compas/scl/data/rest/exception Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ SPDX-License-Identifier: Apache-2.0
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >org.lfenergy.compas.core</groupId >
53
- <artifactId >rest -commons</artifactId >
53
+ <artifactId >jaxrs -commons</artifactId >
54
54
</dependency >
55
55
56
56
<dependency >
Original file line number Diff line number Diff line change 3
3
// SPDX-License-Identifier: Apache-2.0
4
4
package org .lfenergy .compas .scl .data .rest .exception ;
5
5
6
- import org .lfenergy .compas .core .rest .model .ErrorResponse ;
6
+ import org .lfenergy .compas .core .jaxrs .model .ErrorResponse ;
7
7
import org .lfenergy .compas .scl .data .exception .CompasNoDataFoundException ;
8
8
9
9
import javax .ws .rs .core .Response ;
Original file line number Diff line number Diff line change 4
4
package org .lfenergy .compas .scl .data .rest .exception ;
5
5
6
6
import org .junit .jupiter .api .Test ;
7
- import org .lfenergy .compas .core .rest .model .ErrorResponse ;
7
+ import org .lfenergy .compas .core .jaxrs .model .ErrorResponse ;
8
8
import org .lfenergy .compas .scl .data .exception .CompasNoDataFoundException ;
9
9
10
10
import static javax .ws .rs .core .Response .Status .NOT_FOUND ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SPDX-License-Identifier: Apache-2.0
24
24
<surefire-plugin .version>3.0.0-M5</surefire-plugin .version>
25
25
<sonarqube-plugin .version>3.2.0</sonarqube-plugin .version>
26
26
27
- <compas .core.version>0.4 .0</compas .core.version>
27
+ <compas .core.version>0.5 .0</compas .core.version>
28
28
<jakarta-bind-api .version>2.3.3</jakarta-bind-api .version>
29
29
<jaxb-impl .version>2.3.5</jaxb-impl .version>
30
30
<jakarta-cdi-api .version>2.0.2</jakarta-cdi-api .version>
@@ -87,7 +87,7 @@ SPDX-License-Identifier: Apache-2.0
87
87
</dependency >
88
88
<dependency >
89
89
<groupId >org.lfenergy.compas.core</groupId >
90
- <artifactId >rest -commons</artifactId >
90
+ <artifactId >jaxrs -commons</artifactId >
91
91
<version >${compas.core.version} </version >
92
92
</dependency >
93
93
You can’t perform that action at this time.
0 commit comments