aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/pom.xml
diff options
context:
space:
mode:
authorrpiazzi <rpiazzi@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-09-29 10:22:14 +0000
committerrpiazzi <rpiazzi@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-09-29 10:22:14 +0000
commitbd1e826bcb766dfae2f8912b66755429c1faec4a (patch)
tree300e1e89921cbd9ea50acad29def5d38e6243cba /pdf-as-web/pom.xml
parent43407941f44093960525e9a237a119c8ad761a74 (diff)
downloadpdf-as-3-bd1e826bcb766dfae2f8912b66755429c1faec4a.tar.gz
pdf-as-3-bd1e826bcb766dfae2f8912b66755429c1faec4a.tar.bz2
pdf-as-3-bd1e826bcb766dfae2f8912b66755429c1faec4a.zip
Added jericho html parser for reading the header php files of buergerkarte.at
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@836 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'pdf-as-web/pom.xml')
-rw-r--r--pdf-as-web/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pdf-as-web/pom.xml b/pdf-as-web/pom.xml
index 898c8b7..3709232 100644
--- a/pdf-as-web/pom.xml
+++ b/pdf-as-web/pom.xml
@@ -210,6 +210,12 @@
<artifactId>standard</artifactId>
<version>1.1.2</version>
</dependency>
+ <!-- for parsing the header page -->
+ <dependency>
+ <groupId>net.htmlparser.jericho</groupId>
+ <artifactId>jericho-html</artifactId>
+ <version>3.2</version>
+ </dependency>
</dependencies>
</project>