aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/pom.xml
diff options
context:
space:
mode:
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>