Use com.sun for jdk tools groupId

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@350040 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2005-11-30 20:34:10 +00:00
parent d837a7caad
commit d5f6646670
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</activation>
<dependencies>
<dependency>
<groupId>sun.jdk</groupId>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.4.2</version>
<scope>system</scope>