Author: tchemit Date: 2011-08-22 19:35:46 +0200 (Mon, 22 Aug 2011) New Revision: 2179 Url: http://nuiton.org/repositories/revision/nuiton-utils/2179 Log: Anomalie #1703: nuiton-profiling is not central-safe Modified: trunk/nuiton-profiling/pom.xml trunk/pom.xml Modified: trunk/nuiton-profiling/pom.xml =================================================================== --- trunk/nuiton-profiling/pom.xml 2011-08-22 15:16:39 UTC (rev 2178) +++ trunk/nuiton-profiling/pom.xml 2011-08-22 17:35:46 UTC (rev 2179) @@ -59,19 +59,12 @@ </dependency> <dependency> - <groupId>org.nuiton.thirdparty</groupId> + <groupId>asm</groupId> <artifactId>asm</artifactId> + <scope>runtime</scope> </dependency> + <dependency> - <groupId>org.nuiton.thirdparty</groupId> - <artifactId>asm-attrs</artifactId> - </dependency> - <dependency> - <groupId>org.nuiton.thirdparty</groupId> - <artifactId>asm-util</artifactId> - </dependency> - - <dependency> <groupId>aspectwerkz</groupId> <artifactId>aspectwerkz</artifactId> <scope>compile</scope> @@ -115,6 +108,8 @@ <!-- extra files to include in release --> <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> + <!-- Configure aop configuration --> + <maven.surefire.debug>-javaagent:target/lib/aspectwerkz-jdk5-2.0.jar -Daspectwerkz.definition.file=src/test/resources/aop.xml</maven.surefire.debug> </properties> <!-- ************************************************************* --> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-08-22 15:16:39 UTC (rev 2178) +++ trunk/pom.xml 2011-08-22 17:35:46 UTC (rev 2179) @@ -78,6 +78,7 @@ <groupId>aspectwerkz</groupId> <artifactId>aspectwerkz-core</artifactId> <version>${aspectwerkzVersion}</version> + <!-- These dependencies are not in maven central --> <exclusions> <exclusion> <groupId>asm</groupId> @@ -107,21 +108,11 @@ </dependency> <dependency> - <groupId>org.nuiton.thirdparty</groupId> + <groupId>asm</groupId> <artifactId>asm</artifactId> - <version>${asmVersion}</version> + <version>3.3.1</version> </dependency> - <dependency> - <groupId>org.nuiton.thirdparty</groupId> - <artifactId>asm-attrs</artifactId> - <version>${asmVersion}</version> - </dependency> - <dependency> - <groupId>org.nuiton.thirdparty</groupId> - <artifactId>asm-util</artifactId> - <version>${asmVersion}</version> - </dependency> - + </dependencies> </dependencyManagement> @@ -216,7 +207,6 @@ <projectId>nuiton-utils</projectId> <nuitonI18nVersion>2.4.1</nuitonI18nVersion> <aspectwerkzVersion>2.0</aspectwerkzVersion> - <asmVersion>1.5.4-snapshot</asmVersion> <xworkVersion>2.2.3</xworkVersion> <!-- i18n configuration -->
participants (1)
-
tchemit@users.nuiton.org