Author: athimel Date: 2011-08-22 12:58:03 +0200 (Mon, 22 Aug 2011) New Revision: 2176 Url: http://nuiton.org/repositories/revision/nuiton-utils/2176 Log: Check asm-attrs and asm-util groupId in exclusion Modified: trunk/nuiton-profiling/pom.xml trunk/pom.xml Modified: trunk/nuiton-profiling/pom.xml =================================================================== --- trunk/nuiton-profiling/pom.xml 2011-08-22 10:50:32 UTC (rev 2175) +++ trunk/nuiton-profiling/pom.xml 2011-08-22 10:58:03 UTC (rev 2176) @@ -56,20 +56,6 @@ <groupId>aspectwerkz</groupId> <artifactId>aspectwerkz-core</artifactId> <scope>runtime</scope> - <exclusions> - <exclusion> - <groupId>asm</groupId> - <artifactId>asm</artifactId> - </exclusion> - <exclusion> - <groupId>asm</groupId> - <artifactId>asm-attrs</artifactId> - </exclusion> - <exclusion> - <groupId>asm</groupId> - <artifactId>asm-util</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-08-22 10:50:32 UTC (rev 2175) +++ trunk/pom.xml 2011-08-22 10:58:03 UTC (rev 2176) @@ -78,6 +78,20 @@ <groupId>aspectwerkz</groupId> <artifactId>aspectwerkz-core</artifactId> <version>${aspectwerkzVersion}</version> + <exclusions> + <exclusion> + <groupId>asm</groupId> + <artifactId>asm</artifactId> + </exclusion> + <exclusion> + <groupId>asm-attrs</groupId> + <artifactId>asm-attrs</artifactId> + </exclusion> + <exclusion> + <groupId>asm-util</groupId> + <artifactId>asm-util</artifactId> + </exclusion> + </exclusions> </dependency> <dependency>