File tree Expand file tree Collapse file tree 1 file changed +12
-26
lines changed
Expand file tree Collapse file tree 1 file changed +12
-26
lines changed Original file line number Diff line number Diff line change 4141
4242 <developers >
4343 <developer >
44- <name >liqinglong</name >
45- <email >obalee20@gmail.com</email >
44+ <name >cheshun</name >
45+ <email >cheshun@didiglobal.com</email >
46+ <roles >
47+ <role >Developer</role >
48+ </roles >
49+ <timezone >+8</timezone >
50+ </developer >
51+ <developer >
52+ <name >chenquan</name >
53+ <email >chenquan@didiglobal.com</email >
4654 <roles >
4755 <role >Developer</role >
4856 </roles >
156164 <scope >test</scope >
157165 </dependency >
158166
167+
168+
159169 </dependencies >
160170
161171 <repositories >
228238 </execution >
229239 </executions >
230240 </plugin >
231-
232- <plugin >
233- <groupId >org.jacoco</groupId >
234- <artifactId >jacoco-maven-plugin</artifactId >
235- <executions >
236- <execution >
237- <id >default-prepare-agent</id >
238- <goals >
239- <goal >prepare-agent</goal >
240- </goals >
241- </execution >
242- <execution >
243- <id >default-report</id >
244- <phase >test</phase >
245- <goals >
246- <goal >report</goal >
247- </goals >
248- <configuration >
249- <dataFile >target/jacoco.exec</dataFile >
250- <outputDirectory >target/jacoco-ut</outputDirectory >
251- </configuration >
252- </execution >
253- </executions >
254- </plugin >
255241 </plugins >
256242 </build >
257243
You can’t perform that action at this time.
0 commit comments