aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorpdanner <pdanner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2010-12-01 15:59:24 +0000
committerpdanner <pdanner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2010-12-01 15:59:24 +0000
commit051d00a65753c49d110f05466664faf0e1126bf4 (patch)
tree82a9971e177bff1e475072acc55d977a40267645 /pom.xml
parent11f710e10173eed45c7c4aa3b929aa890ee8a850 (diff)
downloadpdf-as-3-051d00a65753c49d110f05466664faf0e1126bf4.tar.gz
pdf-as-3-051d00a65753c49d110f05466664faf0e1126bf4.tar.bz2
pdf-as-3-051d00a65753c49d110f05466664faf0e1126bf4.zip
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@666 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b4bdaf7..46880bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -353,13 +353,20 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
- <version>1.2</version>
+ <version>1.1.2</version>
</dependency>
<dependency>
+ <groupId>taglibs</groupId>
+ <artifactId>standard</artifactId>
+ <version>1.1.2</version>
+ </dependency>
+
+ <dependency>
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
<version>2.6.9</version>
</dependency>
+
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>