This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-shaded.git
commit 36dc4840b3624fd83a0d00295013a933297801b7 Author: zentol <[email protected]> AuthorDate: Tue Jan 16 13:12:01 2018 +0100 (#32) Add flink-shaded-force-shading --- flink-shaded-force-shading/pom.xml | 35 +++++++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 36 insertions(+) diff --git a/flink-shaded-force-shading/pom.xml b/flink-shaded-force-shading/pom.xml new file mode 100644 index 0000000..3a767b4 --- /dev/null +++ b/flink-shaded-force-shading/pom.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <artifactId>flink-shaded</artifactId> + <groupId>org.apache.flink</groupId> + <version>3.0</version> + </parent> + + <artifactId>flink-shaded-force-shading</artifactId> + <name>flink-shaded-force-shading</name> + <packaging>jar</packaging> + +</project> \ No newline at end of file diff --git a/pom.xml b/pom.xml index 934ee39..81e2c39 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,7 @@ under the License. </scm> <modules> + <module>flink-shaded-force-shading</module> <module>flink-shaded-asm-5</module> <module>flink-shaded-guava-18</module> <module>flink-shaded-netty-4</module>
