Add comment on core dependency.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@399847 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-05-04 20:19:12 +00:00
parent 7b4fdb6567
commit a8e2d5e9d1

View File

@ -92,6 +92,9 @@
<groupId>plexus</groupId> <groupId>plexus</groupId>
<artifactId>plexus-utils</artifactId> <artifactId>plexus-utils</artifactId>
<version>1.0.3</version> <version>1.0.3</version>
<properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>