Skip to content

Commit e468af4

Browse files
author
srathod
committed
- Fixed junit dependency.
1 parent 28d41ae commit e468af4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<packaging>jar</packaging>
77
<version>1.0</version>
88
<name>SampleCode</name>
9-
<!-- <url>http://maven.apache.org</url> -->
9+
<url>http://maven.apache.org</url>
1010
<dependencies>
1111
<dependency>
1212
<groupId>net.authorize</groupId>
@@ -17,7 +17,6 @@
1717
<groupId>junit</groupId>
1818
<artifactId>junit</artifactId>
1919
<version>4.8.1</version>
20-
<scope>test</scope>
2120
</dependency>
2221
</dependencies>
2322
<build>

0 commit comments

Comments
 (0)