Skip to content

Commit

Permalink
TRUNK-5133: Excluded activation.jar file from core (#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbunford authored and dkayiwa committed May 30, 2017
1 parent 1e3e11b commit 88cc023
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -385,6 +385,12 @@
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4.1</version>
<exclusions>
<exclusion> <!-- declare the exclusion here -->
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down

0 comments on commit 88cc023

Please sign in to comment.