diff options
author | Thomas <> | 2021-09-22 17:56:33 +0200 |
---|---|---|
committer | Thomas <> | 2021-09-22 17:56:33 +0200 |
commit | 27e1535d75978bb7558c17bf27db7d1a1131fe40 (patch) | |
tree | 234ecd5a5664b7382256f6bb6a2d9562bde45cf5 /eidas_modules/authmodule-eIDAS-v2/pom.xml | |
parent | af4097de42e0208d19fdcee7bbfc1406b64c17c7 (diff) | |
download | National_eIDAS_Gateway-27e1535d75978bb7558c17bf27db7d1a1131fe40.tar.gz National_eIDAS_Gateway-27e1535d75978bb7558c17bf27db7d1a1131fe40.tar.bz2 National_eIDAS_Gateway-27e1535d75978bb7558c17bf27db7d1a1131fe40.zip |
update third-party libs to latest versions
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 43 |
1 files changed, 19 insertions, 24 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 188bbd26..603395ab 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -120,6 +120,11 @@ </dependency> <dependency> + <groupId>org.bitbucket.b_c</groupId> + <artifactId>jose4j</artifactId> + </dependency> + + <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <scope>provided</scope> @@ -136,23 +141,6 @@ <artifactId>spring-test</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>com.github.skjolber</groupId> - <artifactId>mockito-soap-cxf</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.powermock</groupId> - <artifactId>powermock-module-junit4</artifactId> - <version>2.0.7</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.powermock</groupId> - <artifactId>powermock-api-mockito2</artifactId> - <version>2.0.7</version> - <scope>test</scope> - </dependency> <dependency> <groupId>at.asitplus.eidas.ms_specific</groupId> @@ -173,17 +161,24 @@ <scope>test</scope> <type>test-jar</type> </dependency> + <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - <version>2.11.2</version> - <scope>compile</scope> + <groupId>com.github.skjolber</groupId> + <artifactId>mockito-soap-cxf</artifactId> + <scope>test</scope> </dependency> + <dependency> - <groupId>org.bitbucket.b_c</groupId> - <artifactId>jose4j</artifactId> - <version>0.7.2</version> + <groupId>org.powermock</groupId> + <artifactId>powermock-module-junit4</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito2</artifactId> + <scope>test</scope> </dependency> + </dependencies> <build> |