[build] Reduce flink-avro's compile dependency from 'flink-java' to 'flink-core'


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

Branch: refs/heads/master
Commit: e4cdf12577b6ccb7c9add3c9243c5a2e39fda4ea
Parents: 63bbb4f
Author: Stephan Ewen <se...@apache.org>
Authored: Thu May 11 17:32:03 2017 +0200
Committer: Robert Metzger <rmetz...@apache.org>
Committed: Mon May 15 11:29:12 2017 +0200

----------------------------------------------------------------------
 flink-connectors/flink-avro/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/e4cdf125/flink-connectors/flink-avro/pom.xml
----------------------------------------------------------------------
diff --git a/flink-connectors/flink-avro/pom.xml 
b/flink-connectors/flink-avro/pom.xml
index ed99eac..5082924 100644
--- a/flink-connectors/flink-avro/pom.xml
+++ b/flink-connectors/flink-avro/pom.xml
@@ -40,7 +40,7 @@ under the License.
 
                <dependency>
                        <groupId>org.apache.flink</groupId>
-                       <artifactId>flink-java</artifactId>
+                       <artifactId>flink-core</artifactId>
                        <version>${project.version}</version>
                        <scope>provided</scope>
                </dependency>

Reply via email to