Skip to content
Snippets Groups Projects
Commit 7acb185d authored by Piotr Gawron's avatar Piotr Gawron
Browse files

library for vcard parsing added

parent ff787235
No related branches found
No related tags found
1 merge request!717Resolve "process vcard data that can appear in model annotations"
<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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment