You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/03 15:35:03 UTC

[GitHub] [flink] zentol commented on a change in pull request #11000: [FLINK-15864][k8s] Upgrade jackson-databind dependency to 2.10.1

zentol commented on a change in pull request #11000: [FLINK-15864][k8s] Upgrade jackson-databind dependency to 2.10.1
URL: https://github.com/apache/flink/pull/11000#discussion_r374171406
 
 

 ##########
 File path: flink-kubernetes/pom.xml
 ##########
 @@ -35,6 +35,17 @@ under the License.
 		<kubernetes.client.version>4.5.2</kubernetes.client.version>
 	</properties>
 
+	<!-- Set dependency version for transitive dependencies -->
+	<dependencyManagement>
+		<dependencies>
+			<dependency>
+				<groupId>com.squareup.okhttp3</groupId>
+				<artifactId>okhttp</artifactId>
 
 Review comment:
   Seems unrelated (good idea though).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services