aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/pom.xml
diff options
context:
space:
mode:
authortknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-01-20 09:55:29 +0000
committertknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-01-20 09:55:29 +0000
commit6bea54a7ed2ff7edb0ab4f49e7a035a2aa7284ae (patch)
treeb329c7066f023a81b586dcaa017bbf5fc5e553b4 /pdf-as-web/pom.xml
parenta32e0cc86e58608419531c2e180b7781e82150b5 (diff)
downloadpdf-as-3-6bea54a7ed2ff7edb0ab4f49e7a035a2aa7284ae.tar.gz
pdf-as-3-6bea54a7ed2ff7edb0ab4f49e7a035a2aa7284ae.tar.bz2
pdf-as-3-6bea54a7ed2ff7edb0ab4f49e7a035a2aa7284ae.zip
- Adding missing font for PDF/A-1b
- Cleaning up pom file. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@724 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'pdf-as-web/pom.xml')
-rw-r--r--pdf-as-web/pom.xml32
1 files changed, 5 insertions, 27 deletions
diff --git a/pdf-as-web/pom.xml b/pdf-as-web/pom.xml
index 8a37dfb..fa41411 100644
--- a/pdf-as-web/pom.xml
+++ b/pdf-as-web/pom.xml
@@ -9,7 +9,7 @@
<groupId>at.gv.egiz</groupId>
<artifactId>pdf-as-web</artifactId>
<name>PDF-AS-WEB</name>
- <version>3.2-snapshot</version>
+ <version>3.2-SNAPSHOT</version>
<!-- don't forget to set the version string at.knowcenter.wag.egov.egiz.PdfAS.PDFAS_VERSION accordingly -->
<description>Webapplikation zur Amtssignatur fuer elektronische Aktenfuehrung</description>
@@ -98,7 +98,10 @@
</resource>
</resources>
+ <!--
<finalName>${project.artifactId}-${project.version}</finalName>
+ -->
+ <finalName>pdf-as</finalName>
<plugins>
@@ -174,32 +177,12 @@
<version>2.4</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.13</version>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.0.3</version>
- </dependency>
+
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.1</version>
</dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.1</version>
- </dependency>
-
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.3</version>
- </dependency>
<!-- fuer Integration in andere Web-Seiten -->
<dependency>
@@ -207,11 +190,6 @@
<artifactId>sitemesh</artifactId>
<version>2.3</version>
</dependency>
- <dependency>
- <groupId>com.lowagie</groupId>
- <artifactId>itext-2.1.5-rev3628-pdfas</artifactId>
- <version>1.1</version>
- </dependency>
<!-- multiple languages for web application -->
<dependency>