Author: tchemit Date: 2009-09-26 00:34:45 +0200 (Sat, 26 Sep 2009) New Revision: 1647 Modified: trunk/pom.xml Log: [ANOMALIE #60] : rendre le plugin compatible 2.2.x (maven-helper-plugin) Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-09-21 10:46:47 UTC (rev 1646) +++ trunk/pom.xml 2009-09-25 22:34:45 UTC (rev 1647) @@ -64,6 +64,36 @@ <artifactId>commons-httpclient</artifactId> </exclusion> + <exclusion> + <groupId>plexus</groupId> + <artifactId>plexus-mail-sender-simple</artifactId> + </exclusion> + + <exclusion> + <groupId>plexus</groupId> + <artifactId>plexus-mail-sender-api</artifactId> + </exclusion> + + <exclusion> + <groupId>plexus</groupId> + <artifactId>plexus-mail-sender-javamail</artifactId> + </exclusion> + + <exclusion> + <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> @@ -129,6 +159,36 @@ <artifactId>commons-httpclient</artifactId> </exclusion> + <exclusion> + <groupId>plexus</groupId> + <artifactId>plexus-mail-sender-simple</artifactId> + </exclusion> + + <exclusion> + <groupId>plexus</groupId> + <artifactId>plexus-mail-sender-api</artifactId> + </exclusion> + + <exclusion> + <groupId>plexus</groupId> + <artifactId>plexus-mail-sender-javamail</artifactId> + </exclusion> + + <exclusion> + <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>