File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,14 @@ 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
17
18
- quarkus.index-dependency.jaxb-api.group-id =org.jboss.spec.javax.xml.bind
19
- quarkus.index-dependency.jaxb-api.artifact-id =jboss-jaxb-api_2.3_spec
18
+ quarkus.index-dependency.jaxrs-commons.group-id = org.lfenergy.compas.core
19
+ quarkus.index-dependency.jaxrs-commons.artifact-id = jaxrs-commons
20
+
21
+ quarkus.index-dependency.jaxb-api.group-id = org.jboss.spec.javax.xml.bind
22
+ quarkus.index-dependency.jaxb-api.artifact-id = jboss-jaxb-api_2.3_spec
20
23
21
24
quarkus.index-dependency.powsybl-single-line-diagram-core.group-id =com.powsybl
22
25
quarkus.index-dependency.powsybl-single-line-diagram-core.artifact-id =powsybl-single-line-diagram-core
You can’t perform that action at this time.
0 commit comments