<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.simantics</groupId>
- <artifactId>org.simantics.sdk.build</artifactId>
- <version>1.30.0</version>
- <relativePath>../org.simantics.sdk.build/</relativePath>
- </parent>
+ <properties>
+ <grpc.version>1.14.0</grpc.version>
+ </properties>
<groupId>io.grpc</groupId>
<artifactId>io.grpc</artifactId>
- <version>${grpc.version}</version>
+ <version>1.14.0</version>
<packaging>bundle</packaging>
-
- <properties>
- <grpc.version>1.14.0</grpc.version>
- </properties>
<dependencies>
<dependency>