File tree 1 file changed +20
-2
lines changed 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
<java .version>1.8</java .version>
16
16
<kotlin .version>1.9.23</kotlin .version>
17
- <jackson .version>2.16.1 </jackson .version>
17
+ <jackson .version>2.16.2 </jackson .version>
18
18
<jeasy-random .version>4.3.0</jeasy-random .version>
19
19
<maven .compiler.source>${java.version} </maven .compiler.source>
20
20
<maven .compiler.target>${java.version} </maven .compiler.target>
100
100
</execution >
101
101
</executions >
102
102
</plugin >
103
+ <plugin >
104
+ <groupId >org.jacoco</groupId >
105
+ <artifactId >jacoco-maven-plugin</artifactId >
106
+ <version >0.8.11</version >
107
+ <executions >
108
+ <execution >
109
+ <goals >
110
+ <goal >prepare-agent</goal >
111
+ <goal >report</goal >
112
+ </goals >
113
+ </execution >
114
+ </executions >
115
+ <configuration >
116
+ <includes >
117
+ <include >ru/sokomishalov/jackson/datatype/soap/**</include >
118
+ </includes >
119
+ </configuration >
120
+ </plugin >
103
121
</plugins >
104
122
<pluginManagement >
105
123
<plugins >
237
255
</profile >
238
256
</profiles >
239
257
240
- </project >
258
+ </project >
You can’t perform that action at this time.
0 commit comments