@@ -49,7 +49,7 @@ limitations under the License.
49
49
<properties >
50
50
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
51
51
<codehaus-versions-maven-plugin-version >2.3</codehaus-versions-maven-plugin-version >
52
- <grpc-protobuf- version >1.1.2 </grpc-protobuf- version >
52
+ <grpc-version >1.0.3 </grpc-version > <!-- 1.1.2 doesn't work - DO NOT UPGRADE -- >
53
53
<maven-compiler-plugin-version >3.6.0</maven-compiler-plugin-version >
54
54
<xolstice-protobuf-maven-plugin-version >0.5.0</xolstice-protobuf-maven-plugin-version >
55
55
@@ -113,22 +113,22 @@ limitations under the License.
113
113
<dependency >
114
114
<groupId >io.grpc</groupId >
115
115
<artifactId >grpc-auth</artifactId >
116
- <version >1.1.2 </version >
116
+ <version >${grpc-version} </version >
117
117
</dependency >
118
118
<dependency >
119
119
<groupId >io.grpc</groupId >
120
120
<artifactId >grpc-netty</artifactId >
121
- <version >1.1.2 </version >
121
+ <version >${grpc-version} </version >
122
122
</dependency >
123
123
<dependency >
124
124
<groupId >io.grpc</groupId >
125
125
<artifactId >grpc-protobuf</artifactId >
126
- <version >${grpc-protobuf- version} </version >
126
+ <version >${grpc-version} </version >
127
127
</dependency >
128
128
<dependency >
129
129
<groupId >io.grpc</groupId >
130
130
<artifactId >grpc-stub</artifactId >
131
- <version >1.1.2 </version >
131
+ <version >${grpc-version} </version >
132
132
</dependency >
133
133
<dependency >
134
134
<groupId >log4j</groupId >
0 commit comments