diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-07-25 14:03:32 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-07-25 14:03:32 +0200 |
commit | 3d9eab4ded2491df573153ce130ea9b715316c91 (patch) | |
tree | d7a2d4e7dde52de0a9812107e179f6eaab070e4d /connector_lib/pom.xml | |
parent | 6cb40d1aa823452781d7a34a359928ab2358d735 (diff) | |
download | National_eIDAS_Gateway-3d9eab4ded2491df573153ce130ea9b715316c91.tar.gz National_eIDAS_Gateway-3d9eab4ded2491df573153ce130ea9b715316c91.tar.bz2 National_eIDAS_Gateway-3d9eab4ded2491df573153ce130ea9b715316c91.zip |
add missing lib and add some commands
Diffstat (limited to 'connector_lib/pom.xml')
-rw-r--r-- | connector_lib/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/connector_lib/pom.xml b/connector_lib/pom.xml index 1506828a..e296800f 100644 --- a/connector_lib/pom.xml +++ b/connector_lib/pom.xml @@ -22,6 +22,12 @@ <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf-core</artifactId> </dependency> + + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + <scope>provided</scope> + </dependency> <dependency> <groupId>junit</groupId> |