File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 14
14
<url >https://itextpdf.com/</url >
15
15
16
16
<properties >
17
- <jackson .core.version>2.17.0</jackson .core.version>
18
17
<sonar .coverage.exclusions>**/com/itextpdf/commons/bouncycastle/**</sonar .coverage.exclusions>
19
18
</properties >
20
19
Original file line number Diff line number Diff line change 14
14
<url >https://itextpdf.com/</url >
15
15
16
16
<properties >
17
- <sonar .exclusions>**/com/itextpdf/kernel/xmp/**</sonar .exclusions>
17
+ <sonar .exclusions>
18
+ **/com/itextpdf/kernel/xmp/**,
19
+ **com/itextpdf/kernel/pdf/canvas/parser/clipper/**
20
+ </sonar .exclusions>
18
21
</properties >
19
22
20
23
<dependencies >
Original file line number Diff line number Diff line change 24
24
<dependency >
25
25
<groupId >com.fasterxml.jackson.core</groupId >
26
26
<artifactId >jackson-databind</artifactId >
27
- <version >2.17.0 </version >
27
+ <version >${jackson.core.version} </version >
28
28
</dependency >
29
29
</dependencies >
30
30
</dependencyManagement >
Original file line number Diff line number Diff line change 95
95
<junit .platform.version>1.10.2</junit .platform.version>
96
96
<junitparams .version>1.0.4</junitparams .version>
97
97
<logback .version>1.3.14</logback .version>
98
+ <jackson .core.version>2.17.0</jackson .core.version>
98
99
<maven .compiler.source>1.8</maven .compiler.source>
99
100
<maven .compiler.target>1.8</maven .compiler.target>
100
101
<maven .jar.version>3.1.0</maven .jar.version>
You can’t perform that action at this time.
0 commit comments