Author: kmorin Date: 2015-01-09 13:27:16 +0000 (Fri, 09 Jan 2015) New Revision: 747 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/747 Log: fixes #6418 Erreur ?\195?\160 l'ouverture de certains pdf Modified: trunk/faxtomail-ui-swing/pom.xml Modified: trunk/faxtomail-ui-swing/pom.xml =================================================================== --- trunk/faxtomail-ui-swing/pom.xml 2015-01-09 11:38:00 UTC (rev 746) +++ trunk/faxtomail-ui-swing/pom.xml 2015-01-09 13:27:16 UTC (rev 747) @@ -258,16 +258,19 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcmail-jdk15on</artifactId> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> + <scope>runtime</scope> </dependency> </dependencies>
participants (1)
-
kmorin@users.forge.codelutin.com