diff --git a/converter-CellDesigner/pom.xml b/converter-CellDesigner/pom.xml index cbbc2ea562d8fc29665ae01fc201cb87e8be9982..1a8111a55708a201ce456361729bda161fdc808e 100644 --- a/converter-CellDesigner/pom.xml +++ b/converter-CellDesigner/pom.xml @@ -1,4 +1,5 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -25,6 +26,12 @@ <version>1.0</version> </dependency> + <dependency> + <groupId>com.googlecode.ez-vcard</groupId> + <artifactId>ez-vcard</artifactId> + <version>${ez-vcard.version}</version> + </dependency> + <!-- Log4J --> <dependency> <groupId>log4j</groupId> diff --git a/pom.xml b/pom.xml index a069d78f0f5c681b9a3d1822b1fe1561e32acf65..2414cc96294e7f5dedb9e93357d58919c901e1e4 100644 --- a/pom.xml +++ b/pom.xml @@ -106,6 +106,8 @@ <surefire-api.version>2.22.1</surefire-api.version> + <ez-vcard.version>0.10.5</ez-vcard.version> + <surefire.rerunFailingTestsCount>4</surefire.rerunFailingTestsCount> </properties>