Skip to content

Commit efa2f1e

Browse files
committed
Added junit
1 parent f7f22f4 commit efa2f1e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
</execution>
3939
</executions>
4040
</plugin>
41+
<plugin>
42+
<groupId>org.apache.maven.plugins</groupId>
43+
<artifactId>maven-surefire-plugin</artifactId>
44+
<version>2.22.1</version>
45+
</plugin>
4146
</plugins>
4247
</build>
4348

@@ -58,6 +63,12 @@
5863
<artifactId>Injector</artifactId>
5964
<version>1.0-SNAPSHOT</version>
6065
</dependency>
66+
<dependency>
67+
<groupId>org.junit.jupiter</groupId>
68+
<artifactId>junit-jupiter-engine</artifactId>
69+
<version>5.4.2</version>
70+
<scope>test</scope>
71+
</dependency>
6172
</dependencies>
6273

6374
<distributionManagement>

0 commit comments

Comments
 (0)