File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,11 @@ quarkus.log.level = INFO
12
12
quarkus.log.category."org.lfenergy.compas.scl.auto.alignment".level = INFO
13
13
14
14
# Add scanning these dependencies for scanning, also used by native compilation.
15
- quarkus.index-dependency.scl2007b4.group-id =org.lfenergy.compas.core
16
- quarkus.index-dependency.scl2007b4.artifact-id =commons
15
+ quarkus.index-dependency.compas-commons.group-id =org.lfenergy.compas.core
16
+ quarkus.index-dependency.compas-commons.artifact-id =commons
17
+
18
+ quarkus.index-dependency.jaxrs-commons.group-id = org.lfenergy.compas.core
19
+ quarkus.index-dependency.jaxrs-commons.artifact-id = jaxrs-commons
17
20
18
21
quarkus.index-dependency.jaxb-api.group-id =org.jboss.spec.javax.xml.bind
19
22
quarkus.index-dependency.jaxb-api.artifact-id =jboss-jaxb-api_2.3_spec
You can’t perform that action at this time.
0 commit comments