diff options
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 7 |
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> |