Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Oct 14, 2018
1 parent 3b15cf2 commit 5b13d4c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,16 @@
<groupId>com.amihaiemil.web</groupId>
<artifactId>charles</artifactId>
<version>1.1.1</version>
<exclusions>
<exclusion> <!-- declare the exclusion here -->
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency><!-- Client for the Github API -->
<groupId>com.jcabi</groupId>
Expand Down

0 comments on commit 5b13d4c

Please sign in to comment.