File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
app/src/main/java/org/lfenergy/compas/scl/data/rest Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 4
4
package org .lfenergy .compas .scl .data .rest ;
5
5
6
6
import io .quarkus .runtime .annotations .RegisterForReflection ;
7
- import org .lfenergy .compas .core .jaxrs .model .ErrorMessage ;
8
- import org .lfenergy .compas .core .jaxrs .model .ErrorResponse ;
9
- import org .lfenergy .compas .scl .data .model .SclMetaInfo ;
10
7
11
8
/**
12
9
* Configure class for Quarkus Native Build to be included.
13
10
*/
14
11
@ RegisterForReflection (
15
12
targets = {
16
- SclMetaInfo .class ,
17
- ErrorMessage .class ,
18
- ErrorResponse .class ,
13
+ org . lfenergy . compas . core . jaxrs . model . ErrorMessage .class ,
14
+ org . lfenergy . compas . core . jaxrs . model . ErrorResponse .class ,
15
+ org . lfenergy . compas . scl . data . model . SclMetaInfo .class ,
19
16
org .lfenergy .compas .scl .data .model .ObjectFactory .class
20
17
})
21
18
public class CompasReflectionConfiguration {
You can’t perform that action at this time.
0 commit comments