diff options
Diffstat (limited to 'bkucommon')
-rw-r--r-- | bkucommon/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index e9baae09..990ac91a 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -103,6 +103,11 @@ <scope>compile</scope> </dependency> <dependency> + <groupId>iaik</groupId> + <artifactId>iaik_ecc_signed</artifactId> + <scope>compile</scope> + </dependency> + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <scope>compile</scope> |