Inline ${protobuf.version} into kotlin-reflect pom.xml (it couldn't be resolved from gradle)
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<version>${protobuf.version}</version>
|
||||
<!-- Do not use ${protobuf.version} because it couldn't be resolve in gradle -->
|
||||
<version>2.5.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.inject</groupId>
|
||||
|
||||
Reference in New Issue
Block a user