Skip to content

Commit ac980ac

Browse files
committed
fix parent pom with removed modules
1 parent b479d3d commit ac980ac

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212

1313
<modules>
1414
<module>net.lecousin.core</module>
15-
<module>net.lecousin.framework.log.bridges</module>
1615
<module>core.javaee</module>
17-
<module>core.loaders</module>
1816
</modules>
1917

2018
<properties>
@@ -28,8 +26,7 @@
2826
**/ThreadingDebugHelper*.*,
2927
**/TaskMonitoring*.*,
3028
**/DebugUtil*.*,
31-
**/SystemEnvironment.*,
32-
**/maven/Launcher*
29+
**/SystemEnvironment.*
3330
</sonar.coverage.exclusions>
3431
<sonar.cpd.exclusions>
3532
**/framework/collections/ArrayUtil.*,
@@ -51,8 +48,7 @@
5148
**/framework/io/data/SingleByteBitsBuffer.*,
5249
**/framework/io/out2in/OutputToInputBuffers.*,
5350
**/framework/io/util/DataUtil.*,
54-
**/framework/math/FragmentedRange*.*,
55-
**/framework/xml/XMLStreamReader.*
51+
**/framework/math/FragmentedRange*.*
5652
</sonar.cpd.exclusions>
5753
</properties>
5854

0 commit comments

Comments
 (0)