@@ -26,7 +26,6 @@ SPDX-License-Identifier: Apache-2.0
26
26
<surefire-plugin .version>3.0.0-M5</surefire-plugin .version>
27
27
<sonarqube-plugin .version>3.2.0</sonarqube-plugin .version>
28
28
29
- <compas-core-version >1.0-SNAPSHOT</compas-core-version >
30
29
<jakarta-bind-api .version>2.3.3</jakarta-bind-api .version>
31
30
<jakarta-cdi-api .version>2.0.2</jakarta-cdi-api .version>
32
31
<microprofile-config-api .version>2.0</microprofile-config-api .version>
@@ -65,17 +64,6 @@ SPDX-License-Identifier: Apache-2.0
65
64
<scope >import</scope >
66
65
</dependency >
67
66
68
- <dependency >
69
- <groupId >org.lfenergy.compas</groupId >
70
- <artifactId >core-commons</artifactId >
71
- <version >${compas-core-version} </version >
72
- </dependency >
73
- <dependency >
74
- <groupId >org.lfenergy.compas</groupId >
75
- <artifactId >scl-extension</artifactId >
76
- <version >${compas-core-version} </version >
77
- </dependency >
78
-
79
67
<dependency >
80
68
<groupId >jakarta.xml.bind</groupId >
81
69
<artifactId >jakarta.xml.bind-api</artifactId >
@@ -192,6 +180,9 @@ SPDX-License-Identifier: Apache-2.0
192
180
<!-- JaCoCo Properties -->
193
181
<jacoco .version>0.8.6</jacoco .version>
194
182
<sonar .java.coveragePlugin>jacoco</sonar .java.coveragePlugin>
183
+ <sonar .coverage.jacoco.xmlReportPaths>
184
+ target/site/jacoco/jacoco.xml,
185
+ </sonar .coverage.jacoco.xmlReportPaths>
195
186
</properties >
196
187
197
188
<build >
0 commit comments