aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml36
1 files changed, 20 insertions, 16 deletions
diff --git a/pom.xml b/pom.xml
index d70b2bc..7d36203 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
<groupId>knowcenter</groupId>
<artifactId>pdf-as</artifactId>
<name>PDF-AS</name>
- <version>3.1</version>
+ <version>3.1.1-snapshot</version>
<!-- don't forget to set the version string at.knowcenter.wag.egov.egiz.PdfAS.PDFAS_VERSION accordingly -->
<description>Amtssignatur fuer elektronische Aktenfuehrung</description>
@@ -137,8 +137,8 @@
<descriptor>src/main/assembly/assemble_distribution_ws.xml</descriptor>
<descriptor>src/main/assembly/assemble_repository.xml</descriptor>
<descriptor>src/main/assembly/assemble_distribution_brz.xml</descriptor>
+ <descriptor>src/main/assembly/assemble_distribution_cl.xml</descriptor>
-->
- <descriptor>src/main/assembly/assemble_distribution_brz.xml</descriptor>
<descriptor>src/main/assembly/assemble_distribution_cl.xml</descriptor>
</descriptors>
</configuration>
@@ -271,12 +271,6 @@
</dependency>
<dependency>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.6.5</version>
- </dependency>
-
- <dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.0</version>
@@ -321,21 +315,31 @@
</dependency>
<!-- iText -->
+ <!-- deprecated: modified itext project has been mavenized and equipped with version number
+ <dependency>
+ <groupId>com.lowagie</groupId>
+ <artifactId>itext</artifactId>
+ <version>2.1.5-rev3628-pdfas</version>
+ </dependency>
+ -->
<dependency>
<groupId>com.lowagie</groupId>
- <artifactId>itext</artifactId>
- <!--
- <version>2.1.5-rev3628-pdfas</version>
- <version>1.4.2-rev2248-pdfas</version>
- -->
- <version>2.1.5-rev3628-pdfas</version>
+ <artifactId>itext-2.1.5-rev3628-pdfas</artifactId>
+ <version>1.0</version>
</dependency>
<!-- pdfbox -->
+ <!-- deprecated: modified itext project has been mavenized and equipped with version number
+ <dependency>
+ <groupId>pdfbox</groupId>
+ <artifactId>pdfbox</artifactId>
+ <version>0.7.2-pdfas-2</version>
+ </dependency>
+ -->
<dependency>
<groupId>pdfbox</groupId>
- <artifactId>pdfbox</artifactId>
- <version>0.7.2-pdfas-2</version>
+ <artifactId>pdfbox-0.7.2-pdfas</artifactId>
+ <version>1.0</version>
</dependency>
<dependency>