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 2022/01/24 13:48:51 UTC

[GitHub] [flink] rkhachatryan commented on a change in pull request #18432: [FLINK-25739][dist] Include Changelog to flink-dist jar

rkhachatryan commented on a change in pull request #18432:
URL: https://github.com/apache/flink/pull/18432#discussion_r790759862



##########
File path: flink-dist/pom.xml
##########
@@ -108,6 +108,18 @@ under the License.
 			<version>${project.version}</version>
 		</dependency>
 
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            <artifactId>flink-statebackend-changelog</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+			<groupId>org.apache.flink</groupId>
+			<artifactId>flink-dstl-dfs</artifactId>
+			<version>${project.version}</version>
+        </dependency>

Review comment:
       fixed in b14ababb8a5d1433710d69f2184b475c335dac2d




-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org