|
@@ -7,6 +7,31 @@
|
7
|
7
|
<groupId>com.zipcodewilmington</groupId>
|
8
|
8
|
<artifactId>Dicey-Lab</artifactId>
|
9
|
9
|
<version>1.0-SNAPSHOT</version>
|
|
10
|
+ <dependencies>
|
|
11
|
+ <dependency>
|
|
12
|
+ <groupId>junit</groupId>
|
|
13
|
+ <artifactId>junit</artifactId>
|
|
14
|
+ <version>4.12</version>
|
|
15
|
+ </dependency>
|
|
16
|
+ <dependency>
|
|
17
|
+ <groupId>junit</groupId>
|
|
18
|
+ <artifactId>junit</artifactId>
|
|
19
|
+ <version>RELEASE</version>
|
|
20
|
+ </dependency>
|
|
21
|
+ </dependencies>
|
10
|
22
|
|
11
|
23
|
|
12
|
|
-</project>
|
|
24
|
+</project>
|
|
25
|
+
|
|
26
|
+<!--<?xml version="1.0" encoding="UTF-8"?>-->
|
|
27
|
+<!--<project xmlns="http://maven.apache.org/POM/4.0.0"-->
|
|
28
|
+ <!--xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"-->
|
|
29
|
+ <!--xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">-->
|
|
30
|
+ <!--<modelVersion>4.0.0</modelVersion>-->
|
|
31
|
+
|
|
32
|
+ <!--<groupId>com.zipcodewilmington</groupId>-->
|
|
33
|
+ <!--<artifactId>Dicey-Lab</artifactId>-->
|
|
34
|
+ <!--<version>1.0-SNAPSHOT</version>-->
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+<!--</project>-->
|