Skip to content

Commit d41118c

Browse files
committed
update dependency
1 parent 1a5c829 commit d41118c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.yesup.oss</groupId>
55
<artifactId>tensorflow-client</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.4-3</version>
7+
<version>1.4-4</version>
88
<name>tensorflow-client</name>
99
<description>Prebuilt tensorflow serving client</description>
1010
<licenses>
@@ -45,7 +45,7 @@
4545
<plugin.protobuf.version>0.5.1</plugin.protobuf.version>
4646
<plugin.source.version>3.0.1</plugin.source.version>
4747
<!-- dependency version -->
48-
<grpc.version>1.9.0</grpc.version>
48+
<grpc.version>1.10.0</grpc.version>
4949
<junit.version>4.12</junit.version>
5050
<log4j.version>1.2.17</log4j.version>
5151
<protobuf.version>3.5.1</protobuf.version>
@@ -154,7 +154,8 @@
154154
</manifestEntries>
155155
</archive>
156156
</configuration>
157-
</plugin>
157+
</plugin>
158+
<!--
158159
<plugin>
159160
<groupId>org.apache.maven.plugins</groupId>
160161
<artifactId>maven-gpg-plugin</artifactId>
@@ -168,7 +169,8 @@
168169
</goals>
169170
</execution>
170171
</executions>
171-
</plugin>
172+
</plugin>
173+
-->
172174
<plugin>
173175
<groupId>org.sonatype.plugins</groupId>
174176
<artifactId>nexus-staging-maven-plugin</artifactId>

0 commit comments

Comments
 (0)