aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2018-08-31 13:13:07 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2018-08-31 13:13:07 +0200
commitdd9e461075a23bc75f9db708609a9d0f0ece3901 (patch)
treed75e0dbbc91bca967ec4abd88d67d28f917aaec6 /eidas_modules/authmodule-eIDAS-v2/pom.xml
parent882505075b04f20f35f21cbd2e279d73c9eb24db (diff)
downloadNational_eIDAS_Gateway-dd9e461075a23bc75f9db708609a9d0f0ece3901.tar.gz
National_eIDAS_Gateway-dd9e461075a23bc75f9db708609a9d0f0ece3901.tar.bz2
National_eIDAS_Gateway-dd9e461075a23bc75f9db708609a9d0f0ece3901.zip
more updates
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r--eidas_modules/authmodule-eIDAS-v2/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml
index 51b3004c..5dae81c3 100644
--- a/eidas_modules/authmodule-eIDAS-v2/pom.xml
+++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml
@@ -16,6 +16,7 @@
<eidas-commons.version>2.1.0</eidas-commons.version>
<eidas-light-commons.version>2.1.0</eidas-light-commons.version>
<eidas-specific-communication-definition.version>2.1.0</eidas-specific-communication-definition.version>
+ <org.xerial.sqlite-jdbc.version>3.23.1</org.xerial.sqlite-jdbc.version>
</properties>
<profiles>
@@ -115,6 +116,12 @@
<artifactId>cxf-rt-transports-http</artifactId>
</dependency>
<dependency>
+ <groupId>org.xerial</groupId>
+ <artifactId>sqlite-jdbc</artifactId>
+ <version>${org.xerial.sqlite-jdbc.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>