Inline ${protobuf.version} into kotlin-reflect pom.xml (it couldn't be resolved from gradle)

This commit is contained in:
Natalia Ukhorskaya
2015-03-18 15:30:30 +03:00
parent 2fcee37b58
commit 77139f20b9
+2 -1
View File
@@ -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>