We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d41ae commit e468af4Copy full SHA for e468af4
pom.xml
@@ -6,7 +6,7 @@
6
<packaging>jar</packaging>
7
<version>1.0</version>
8
<name>SampleCode</name>
9
- <!-- <url>http://maven.apache.org</url> -->
+ <url>http://maven.apache.org</url>
10
<dependencies>
11
<dependency>
12
<groupId>net.authorize</groupId>
@@ -17,7 +17,6 @@
17
<groupId>junit</groupId>
18
<artifactId>junit</artifactId>
19
<version>4.8.1</version>
20
- <scope>test</scope>
21
</dependency>
22
</dependencies>
23
<build>
0 commit comments