Skip to content

Commit 5dc8322

Browse files
author
Dion Gillard
committed
Use groupId/artifactId consistently instead of simply id
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@348086 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8cbeaaa commit 5dc8322

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

project.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,19 +126,22 @@
126126

127127
<!-- used in PatternOptionBuilder -->
128128
<dependency>
129-
<id>commons-lang</id>
129+
<groupId>commons-lang</groupId>
130+
<artifactId>commons-lang</artifactId>
130131
<version>2.1</version>
131132
</dependency>
132133

133134
<!-- used for unit tests -->
134135
<dependency>
135-
<id>junit</id>
136+
<groupId>junit</groupId>
137+
<artifactId>junit</artifactId>
136138
<version>3.8.1</version>
137139
</dependency>
138140

139141
<!-- used for unit tests -->
140142
<dependency>
141-
<id>jdepend</id>
143+
<groupId>jdepend</groupId>
144+
<artifactId>jdepend</artifactId>
142145
<version>2.5</version>
143146
</dependency>
144147

0 commit comments

Comments
 (0)