Skip to content

Commit

Permalink
Exclude glassfish dependencies from hbase-testing-util
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Oct 21, 2020
1 parent 0ba78ce commit b9a2528
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions poms/bom-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish.web</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit b9a2528

Please sign in to comment.