Skip to content

Commit d1adb37

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/codec/trunk@348089 13f79535-47bb-0310-9956-ffa450edef68
1 parent d9ff23e commit d1adb37

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

project.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ limitations under the License.
185185
</contributors>
186186
<dependencies>
187187
<dependency>
188-
<id>junit</id>
188+
<groupId>junit</groupId>
189+
<artifactId>junit</artifactId>
189190
<version>3.8.1</version>
190191
<url>http://www.junit.org</url>
191192
<properties>

0 commit comments

Comments
 (0)