diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-09-13 09:13:49 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-09-13 09:13:49 +0200 |
commit | 48c01192e1be9143eca957140aed879018956c45 (patch) | |
tree | 45fdf427b586734c0ffd280488b8cbed633bafd7 /eidas_modules/authmodule-eIDAS-v2/pom.xml | |
parent | 40e2aa80025083f017ae521704d853e4a4ac9267 (diff) | |
download | National_eIDAS_Gateway-48c01192e1be9143eca957140aed879018956c45.tar.gz National_eIDAS_Gateway-48c01192e1be9143eca957140aed879018956c45.tar.bz2 National_eIDAS_Gateway-48c01192e1be9143eca957140aed879018956c45.zip |
remove dataStore implementation
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 5dae81c3..e70543c7 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -115,11 +115,11 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> </dependency> - <dependency> +<!-- <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> <version>${org.xerial.sqlite-jdbc.version}</version> - </dependency> + </dependency> --> <dependency> <groupId>javax.servlet</groupId> |