[hotfix] [build] Change akka-remote exclusion pattern to fix maven warnings
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/5ff7a0b6 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/5ff7a0b6 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/5ff7a0b6 Branch: refs/heads/master Commit: 5ff7a0b6ffc716175039e02c26b22828c3478f15 Parents: 558a0b4 Author: Stephan Ewen <[email protected]> Authored: Sun Oct 15 02:28:15 2017 +0200 Committer: Stephan Ewen <[email protected]> Committed: Sun Oct 15 19:08:11 2017 +0200 ---------------------------------------------------------------------- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/5ff7a0b6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 86cdf72..e92b5ba 100644 --- a/pom.xml +++ b/pom.xml @@ -411,7 +411,11 @@ under the License. <exclusions> <exclusion> <groupId>io.aeron</groupId> - <artifactId>*</artifactId> + <artifactId>aeron-driver</artifactId> + </exclusion> + <exclusion> + <groupId>io.aeron</groupId> + <artifactId>aeron-client</artifactId> </exclusion> </exclusions> </dependency>
