summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 9f615cb6..c8ec7835 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,8 @@
<iaik.prod.iaik_xades.version>2.13_moa</iaik.prod.iaik_xades.version>
<iaik.prod.iaik_xsect.version>2.13_moa</iaik.prod.iaik_xsect.version>
- <hsm-facade-provider.version>0.1.1-SNAPSHOT</hsm-facade-provider.version>
+ <hsm-facade-provider.version>0.3.0-SNAPSHOT</hsm-facade-provider.version>
+ <io.grpc-core.version>1.25.0</io.grpc-core.version>
<!-- Other third-party libs -->
<org.springframework.version>5.1.5.RELEASE</org.springframework.version>
@@ -276,7 +277,7 @@
<dependency>
<groupId>iaik.prod</groupId>
<artifactId>iaik_moa</artifactId>
- <version>${iaik.prod.iaik_moa.version}</version>
+ <version>${iaik.prod.iaik_moa.version}</version>
</dependency>
<dependency>
<groupId>iaik.prod</groupId>
@@ -320,6 +321,11 @@
<artifactId>provider</artifactId>
<version>${hsm-facade-provider.version}</version>
</dependency>
+ <dependency>
+ <groupId>io.grpc</groupId>
+ <artifactId>grpc-core</artifactId>
+ <version>${io.grpc-core.version}</version>
+ </dependency>
<dependency>
<groupId>javax.annotation</groupId>