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:
parent
b8f195f91b
commit
ebb946d062
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue