[POLICY-74] policy-engine build failure
[policy/engine.git] / POLICY-SDK-APP / pom.xml
index 1c0cb91..14a3feb 100644 (file)
                                        <target>1.8</target>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <version>2.19.1</version>
+                               <configuration>
+                                       <skipTests>${skiptests}</skipTests>
+                                       <includes>
+                                               <include>**/Test*.java</include>
+                                               <include>**/*Test.java</include>
+                                               <include>**/*TestCase.java</include>
+                                       </includes>
+                                       <additionalClasspathElements>
+                                               <additionalClasspathElement>${basedir}/war</additionalClasspathElement>
+                                       </additionalClasspathElements>
+                                       <systemPropertyVariables>
+                                               <container.classpath>classpath:</container.classpath>
+                                       </systemPropertyVariables>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
        <properties>
                <encoding>UTF-8</encoding>
-               <epsdk.version>1.1.0-SNAPSHOT</epsdk.version>
+               <epsdk.version>1.3.0-SNAPSHOT</epsdk.version>
                <springframework.version>4.2.0.RELEASE</springframework.version>
                <hibernate.version>4.3.11.Final</hibernate.version>
                <skipassembly>true</skipassembly>
-               <skiptests>true</skiptests>
+               <skiptests>false</skiptests>
                <jackson.version>2.6.0</jackson.version>
        </properties>
        <dependencies>
                        <artifactId>poi-ooxml</artifactId>
                        <version>3.15</version>
                </dependency>
+               <!-- https://mvnrepository.com/artifact/com.esotericsoftware.yamlbeans/yamlbeans -->
+               <dependency>
+                   <groupId>com.esotericsoftware.yamlbeans</groupId>
+                   <artifactId>yamlbeans</artifactId>
+                   <version>1.08</version>
+               </dependency>           
+               <!-- https://mvnrepository.com/artifact/org.easymock/easymock -->
+               <dependency>
+                   <groupId>org.easymock</groupId>
+                   <artifactId>easymock</artifactId>
+                   <version>3.1</version>
+               </dependency>   
+               <!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml -->
+               <dependency>
+                   <groupId>org.yaml</groupId>
+                   <artifactId>snakeyaml</artifactId>
+                   <version>1.16</version>
+               </dependency>
        </dependencies>
-</project>
\ No newline at end of file
+</project>