Skip to content

Commit

Permalink
[FLINK-4671] [table] Table API can not be built
Browse files Browse the repository at this point in the history
This closes apache#2549.
  • Loading branch information
twalthr committed Sep 27, 2016
1 parent ef15984 commit e5d62da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
19 changes: 1 addition & 18 deletions flink-test-utils-parent/flink-test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,26 +82,9 @@ under the License.
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minikdc</artifactId>
<version>${minikdc.version}</version>
<scope>compile</scope>
</dependency>

</dependencies>

<build>
<plugins>

<!--
https://issues.apache.org/jira/browse/DIRSHARED-134
Required to pull the Mini-KDC transitive dependency
-->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.0.1</version>
<inherited>true</inherited>
<extensions>true</extensions>
</plugin>

</plugins>
</build>

</project>
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,16 @@ under the License.
</executions>
</plugin>

<!-- Pull bundled transitive dependencies (i.e. Mini-KDC).
See https://issues.apache.org/jira/browse/DIRSHARED-134 -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.0.1</version>
<inherited>true</inherited>
<extensions>true</extensions>
</plugin>

</plugins>

<!-- Plugin configurations for plugins activated in sub-projects -->
Expand Down

0 comments on commit e5d62da

Please sign in to comment.