Skip to content

Commit

Permalink
Merge pull request #509 from usc-isi-i2/master-test-0920
Browse files Browse the repository at this point in the history
Adding back dependency
  • Loading branch information
Bidisha010496 authored Oct 25, 2021
2 parents c208038 + 34b9ca9 commit 3244b6b
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,25 +268,25 @@
<artifactId>antlr</artifactId>
<version>${antlr.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.jdom</groupId>-->
<!-- <artifactId>jdom</artifactId>-->
<!-- <version>${jdom.version}</version>-->
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <artifactId>maven-cobertura-plugin</artifactId>-->
<!-- <groupId>maven-plugins</groupId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <artifactId>maven-findbugs-plugin</artifactId>-->
<!-- <groupId>maven-plugins</groupId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <artifactId>com.ibm.icu</artifactId>-->
<!-- <groupId>icu4j</groupId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
<!-- </dependency>-->
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>${jdom.version}</version>
<exclusions>
<exclusion>
<artifactId>maven-cobertura-plugin</artifactId>
<groupId>maven-plugins</groupId>
</exclusion>
<exclusion>
<artifactId>maven-findbugs-plugin</artifactId>
<groupId>maven-plugins</groupId>
</exclusion>
<exclusion>
<artifactId>com.ibm.icu</artifactId>
<groupId>icu4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
Expand Down

0 comments on commit 3244b6b

Please sign in to comment.