Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit 3244b6b

Browse files
Merge pull request #509 from usc-isi-i2/master-test-0920
Adding back dependency
2 parents c208038 + 34b9ca9 commit 3244b6b

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

pom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -268,25 +268,25 @@
268268
<artifactId>antlr</artifactId>
269269
<version>${antlr.version}</version>
270270
</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>
290290
<dependency>
291291
<groupId>com.ibm.icu</groupId>
292292
<artifactId>icu4j</artifactId>

0 commit comments

Comments
 (0)