Skip to content

Commit

Permalink
[FLINK-7846] [elasticsearch] Remove unnecessary guava shading
Browse files Browse the repository at this point in the history
This closes apache#4902.
  • Loading branch information
zentol committed Oct 26, 2017
1 parent f622de3 commit dc1a0dc
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions flink-connectors/flink-connector-elasticsearch2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,35 +91,4 @@ under the License.

</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<id>shade-flink</id>
<configuration>
<artifactSet>
<includes>
<include>com.google.guava:guava</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>com.google</pattern>
<shadedPattern>org.apache.flink.elasticsearch.shaded.com.google</shadedPattern>
<excludes>
<exclude>com.google.protobuf.**</exclude>
<exclude>com.google.inject.**</exclude>
</excludes>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>

0 comments on commit dc1a0dc

Please sign in to comment.