This repository was archived by the owner on Apr 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 268
268
<artifactId >antlr</artifactId >
269
269
<version >${antlr.version} </version >
270
270
</dependency >
271
- <!-- <dependency> -- >
272
- <!-- <groupId>org.jdom</groupId> -- >
273
- <!-- <artifactId>jdom</artifactId> -- >
274
- <!-- <version>${jdom.version}</version> -- >
275
- <!-- <exclusions> -- >
276
- <!-- <exclusion> -- >
277
- <!-- <artifactId>maven-cobertura-plugin</artifactId> -- >
278
- <!-- <groupId>maven-plugins</groupId> -- >
279
- <!-- </exclusion> -- >
280
- <!-- <exclusion> -- >
281
- <!-- <artifactId>maven-findbugs-plugin</artifactId> -- >
282
- <!-- <groupId>maven-plugins</groupId> -- >
283
- <!-- </exclusion> -- >
284
- <!-- <exclusion> -- >
285
- <!-- <artifactId>com.ibm.icu</artifactId> -- >
286
- <!-- <groupId>icu4j</groupId> -- >
287
- <!-- </exclusion> -- >
288
- <!-- </exclusions> -- >
289
- <!-- </dependency> -- >
271
+ <dependency >
272
+ <groupId >org.jdom</groupId >
273
+ <artifactId >jdom</artifactId >
274
+ <version >${jdom.version} </version >
275
+ <exclusions >
276
+ <exclusion >
277
+ <artifactId >maven-cobertura-plugin</artifactId >
278
+ <groupId >maven-plugins</groupId >
279
+ </exclusion >
280
+ <exclusion >
281
+ <artifactId >maven-findbugs-plugin</artifactId >
282
+ <groupId >maven-plugins</groupId >
283
+ </exclusion >
284
+ <exclusion >
285
+ <artifactId >com.ibm.icu</artifactId >
286
+ <groupId >icu4j</groupId >
287
+ </exclusion >
288
+ </exclusions >
289
+ </dependency >
290
290
<dependency >
291
291
<groupId >com.ibm.icu</groupId >
292
292
<artifactId >icu4j</artifactId >
You can’t perform that action at this time.
0 commit comments