We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4832e3 commit ff480b0Copy full SHA for ff480b0
1 file changed
pom.xml
@@ -20,10 +20,16 @@
20
<version>7.0</version>
21
<scope>provided</scope>
22
</dependency>
23
+ <dependency>
24
+ <groupId>junit</groupId>
25
+ <artifactId>junit</artifactId>
26
+ <version>4.10</version>
27
+ <scope>test</scope>
28
+ </dependency>
29
</dependencies>
30
31
<build>
- <finalName>helloworld</finalName>
32
+ <finalName>helloworld</finalName>
33
<plugins>
34
<plugin>
35
<groupId>org.apache.maven.plugins</groupId>
0 commit comments