You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2017/03/21 20:30:49 UTC

flink git commit: [FLINK-6084][Cassandra] Promote transitive dependencies

Repository: flink
Updated Branches:
  refs/heads/master ecadd352b -> 0236992e4


[FLINK-6084][Cassandra] Promote transitive dependencies

This closes #3556


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/0236992e
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/0236992e
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/0236992e

Branch: refs/heads/master
Commit: 0236992e41cb1b2b7d7fb6ecfed7617fe776bf31
Parents: ecadd35
Author: Robert Metzger <rm...@apache.org>
Authored: Thu Mar 16 18:11:32 2017 +0100
Committer: Robert Metzger <rm...@apache.org>
Committed: Tue Mar 21 21:30:22 2017 +0100

----------------------------------------------------------------------
 flink-connectors/flink-connector-cassandra/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/0236992e/flink-connectors/flink-connector-cassandra/pom.xml
----------------------------------------------------------------------
diff --git a/flink-connectors/flink-connector-cassandra/pom.xml b/flink-connectors/flink-connector-cassandra/pom.xml
index 55eb41a..3080938 100644
--- a/flink-connectors/flink-connector-cassandra/pom.xml
+++ b/flink-connectors/flink-connector-cassandra/pom.xml
@@ -66,6 +66,7 @@ under the License.
 						</goals>
 						<configuration combine.self="override">
 							<dependencyReducedPomLocation>${project.basedir}/target/dependency-reduced-pom.xml</dependencyReducedPomLocation>
+							<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
 							<artifactSet>
 								<includes>
 									<include>com.datastax.cassandra:cassandra-driver-core</include>