aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authortknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2010-03-16 12:04:19 +0000
committertknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2010-03-16 12:04:19 +0000
commitda4926845267ca8bedf34917bd3bfb94aeafa153 (patch)
tree9df8e25a72969e73c5da78403e123409f8e2da3f /pom.xml
parent88d3ce7dff72d1149ac71890db40c39046850377 (diff)
downloadpdf-as-3-da4926845267ca8bedf34917bd3bfb94aeafa153.tar.gz
pdf-as-3-da4926845267ca8bedf34917bd3bfb94aeafa153.tar.bz2
pdf-as-3-da4926845267ca8bedf34917bd3bfb94aeafa153.zip
Maven2-repository updated
pdfbox/itext projects converted to maven2 projects pdfbox/itext maven2 artifact renamed and version added (see .pom) old pdfbox/itext libraries removed git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@579 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
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>