r238 - jredmine/trunk/jredmine-client
Author: tchemit Date: 2009-09-26 00:29:05 +0200 (Sat, 26 Sep 2009) New Revision: 238 Modified: jredmine/trunk/jredmine-client/pom.xml Log: [ANOMALIE #60] : rendre le plugin compatible 2.2.x Modified: jredmine/trunk/jredmine-client/pom.xml =================================================================== --- jredmine/trunk/jredmine-client/pom.xml 2009-09-25 22:08:05 UTC (rev 237) +++ jredmine/trunk/jredmine-client/pom.xml 2009-09-25 22:29:05 UTC (rev 238) @@ -82,6 +82,16 @@ <groupId>javax.mail</groupId> <artifactId>mail</artifactId> </exclusion> + + <exclusion> + <groupId>org.sonatype.plexus</groupId> + <artifactId>plexus-cipher</artifactId> + </exclusion> + + <exclusion> + <groupId>org.sonatype.plexus</groupId> + <artifactId>plexus-sec-dispatcher</artifactId> + </exclusion> </exclusions> </dependency>
participants (1)
-
tchemit@users.nuiton.org