File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ dependencies {
19
19
implementation ' io.quarkus:quarkus-container-image-docker'
20
20
21
21
implementation ' org.lfenergy.compas:core-commons'
22
+ implementation ' org.lfenergy.compas:scl-extension'
23
+
22
24
implementation project(' :service' )
23
25
24
26
testImplementation ' io.quarkus:quarkus-junit5'
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ dependencies {
28
28
constraints {
29
29
// Define dependency versions as constraints
30
30
implementation ' org.lfenergy.compas:core-commons:1.0-SNAPSHOT'
31
+ implementation ' org.lfenergy.compas:scl-extension:1.0-SNAPSHOT'
31
32
implementation ' jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2'
32
33
implementation ' jakarta.xml.bind:jakarta.xml.bind-api:2.3.3'
33
34
implementation ' org.eclipse.microprofile.config:microprofile-config-api:1.4'
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ plugins {
9
9
dependencies {
10
10
implementation ' jakarta.xml.bind:jakarta.xml.bind-api'
11
11
api ' org.lfenergy.compas:core-commons'
12
+ api ' org.lfenergy.compas:scl-extension'
12
13
}
You can’t perform that action at this time.
0 commit comments