diff options
-rw-r--r-- | pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -7,7 +7,7 @@ <groupId>knowcenter</groupId>
<artifactId>pdf-as</artifactId>
<name>PDF-AS</name>
- <version>3.0.4</version>
+ <version>3.0.4-20080304</version>
<description>Amtssignatur fuer elektronische Aktenfuehrung</description>
<url>http://egovlabs.gv.at/projects/pdf-as</url>
@@ -271,6 +271,13 @@ <version>2.3</version>
</dependency>
+ <!-- nur falls jdk < 1.5 verwendet wird -->
+ <dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>1.3.02</version>
+ </dependency>
+
</dependencies>
<reporting>
|