Author: ffang Date: Thu Dec 9 05:04:51 2010 New Revision: 1043836 URL: http://svn.apache.org/viewvc?rev=1043836&view=rev Log: Merged revisions 1043832 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.3.x-fixes
................ r1043832 | ffang | 2010-12-09 11:45:44 +0800 (四, 09 12 2010) | 13 lines Merged revisions 1043824-1043830 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1043824 | ffang | 2010-12-09 10:45:27 +0800 (四, 09 12 2010) | 1 line [CXF-3178]build failed on Mac OSX caused by Failed to resolve artifact. om.sun:tools:jar:1.5.0 ........ r1043830 | ffang | 2010-12-09 11:18:45 +0800 (四, 09 12 2010) | 1 line [CXF-3178]build failed on Mac OSX caused by Failed to resolve artifact. om.sun:tools:jar:1.5.0 ........ ................ Modified: cxf/branches/2.2.x-fixes/ (props changed) cxf/branches/2.2.x-fixes/parent/pom.xml Propchange: cxf/branches/2.2.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.2.x-fixes/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/parent/pom.xml?rev=1043836&r1=1043835&r2=1043836&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/parent/pom.xml (original) +++ cxf/branches/2.2.x-fixes/parent/pom.xml Thu Dec 9 05:04:51 2010 @@ -167,6 +167,12 @@ <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> <version>5.2</version> + <exclusions> + <exclusion> + <groupId>com.sun</groupId> + <artifactId>tools</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.cxf</groupId>
