Adding UT for MsoHeatUtils
[so.git] / adapters / mso-adapter-utils / pom.xml
index 62e7153..90d1bbd 100644 (file)
                        <version>1.10.19</version>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.jmockit</groupId>
+                       <artifactId>jmockit</artifactId>
+                       <version>1.8</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>4.12</version>
+                       <scope>test</scope>
+               </dependency>
 
                <dependency>
                        <groupId>org.jboss.spec.javax.ejb</groupId>