diff options
| author | Thomas <> | 2021-10-21 10:54:55 +0200 | 
|---|---|---|
| committer | Thomas <> | 2022-03-03 16:31:57 +0100 | 
| commit | 6fe2e9ab4defb4b200fbacdb5bd346b16a3e3037 (patch) | |
| tree | c09a9da91b16b35d8a05f7b0adf428100216242e /connector/pom.xml | |
| parent | 4261c3b57963476673ca87f7e857f9baee6362fb (diff) | |
| download | National_eIDAS_Gateway-6fe2e9ab4defb4b200fbacdb5bd346b16a3e3037.tar.gz National_eIDAS_Gateway-6fe2e9ab4defb4b200fbacdb5bd346b16a3e3037.tar.bz2 National_eIDAS_Gateway-6fe2e9ab4defb4b200fbacdb5bd346b16a3e3037.zip | |
fix build process and jUnit test
Diffstat (limited to 'connector/pom.xml')
| -rw-r--r-- | connector/pom.xml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/connector/pom.xml b/connector/pom.xml index 8ec63765..7c7d5977 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -159,6 +159,7 @@        <groupId>at.gv.egiz.eaaf</groupId>        <artifactId>eaaf_module_pvp2_sp</artifactId>        <scope>test</scope> +      <type>test-jar</type>      </dependency>      <dependency>        <groupId>at.asitplus.eidas.ms_specific.modules</groupId> | 
