summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 4def3bae..1275f9d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,8 +9,8 @@
<description>MOCCA (Modular Open Citizen Card Architecture) project</description>
<url>http://mocca.egovlabs.gv.at</url>
<properties>
- <mocca.certificates.version>1.2</mocca.certificates.version>
- <mocca.fonts.version>1.2</mocca.fonts.version>
+ <mocca.certificates.version>1.3</mocca.certificates.version>
+ <mocca.fonts.version>1.2</mocca.fonts.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
@@ -308,7 +308,12 @@
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUCertificates</artifactId>
- <version>1.2</version>
+ <version>${mocca.certificates.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>at.gv.egiz</groupId>
+ <artifactId>BKUFonts</artifactId>
+ <version>${mocca.fonts.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>