From 77139f20b937970be5cda618f4ea7f33ff56dc9c Mon Sep 17 00:00:00 2001 From: Natalia Ukhorskaya Date: Wed, 18 Mar 2015 15:30:30 +0300 Subject: [PATCH] Inline ${protobuf.version} into kotlin-reflect pom.xml (it couldn't be resolved from gradle) --- libraries/tools/kotlin-reflect/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/tools/kotlin-reflect/pom.xml b/libraries/tools/kotlin-reflect/pom.xml index 82474599e56..aa8606f6443 100644 --- a/libraries/tools/kotlin-reflect/pom.xml +++ b/libraries/tools/kotlin-reflect/pom.xml @@ -24,7 +24,8 @@ com.google.protobuf protobuf-java - ${protobuf.version} + + 2.5.0 javax.inject