Use groupId/artifactId consistently instead of simply id

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@350242 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dion Gillard 2005-12-01 12:51:41 +00:00
parent b8f195f91b
commit ebb946d062
1 changed files with 3 additions and 2 deletions

View File

@ -363,12 +363,13 @@ limitations under the License.
<!-- Lang should depend on very little -->
<dependencies>
<dependency>
<id>junit</id>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
<!--
<dependency>
<groupId>maven-pluginss</groupId>
<groupId>maven-plugins</groupId>
<artifactId>maven-findbugs-plugin</artifactId>
<version>0.7.1</version>
<url>http://maven-plugins.sourceforge.net/maven-findbugs-plugin/</url>