File tree Expand file tree Collapse file tree 1 file changed +19
-28
lines changed Expand file tree Collapse file tree 1 file changed +19
-28
lines changed Original file line number Diff line number Diff line change 63
63
</reporting >
64
64
<build >
65
65
<plugins >
66
+ <plugin >
67
+ <groupId >org.sonatype.plugins</groupId >
68
+ <artifactId >jarjar-maven-plugin</artifactId >
69
+ <configuration >
70
+ <includes >
71
+ <include >ognl:ognl</include >
72
+ </includes >
73
+ <rules >
74
+ <rule >
75
+ <pattern >ognl.**</pattern >
76
+ <result >org.apache.ibatis.ognl.@1</result >
77
+ </rule >
78
+ <keep >
79
+ <pattern >org.apache.ibatis.**</pattern >
80
+ </keep >
81
+ </rules >
82
+ </configuration >
83
+ </plugin >
66
84
<plugin >
67
85
<groupId >org.codehaus.mojo</groupId >
68
86
<artifactId >appassembler-maven-plugin</artifactId >
183
201
<plugin >
184
202
<groupId >org.codehaus.mojo</groupId >
185
203
<artifactId >cobertura-maven-plugin</artifactId >
186
- <version >2.2 </version >
204
+ <version >2.5 </version >
187
205
<configuration >
188
206
<instrumentation >
189
207
<ignores >
235
253
</testResource >
236
254
</testResources >
237
255
</build >
238
- <profiles >
239
- <profile >
240
- <id >release</id >
241
- <build >
242
- <plugins >
243
- <plugin >
244
- <groupId >org.sonatype.plugins</groupId >
245
- <artifactId >jarjar-maven-plugin</artifactId >
246
- <configuration >
247
- <includes >
248
- <include >ognl:ognl</include >
249
- </includes >
250
- <rules >
251
- <rule >
252
- <pattern >ognl.**</pattern >
253
- <result >org.apache.ibatis.ognl.@1</result >
254
- </rule >
255
- <keep >
256
- <pattern >org.apache.ibatis.**</pattern >
257
- </keep >
258
- </rules >
259
- </configuration >
260
- </plugin >
261
- </plugins >
262
- </build >
263
- </profile >
264
- </profiles >
265
256
<dependencies >
266
257
<dependency >
267
258
<groupId >ognl</groupId >
You can’t perform that action at this time.
0 commit comments