Skip to content

Commit

Permalink
[FLINK-3511] [jdbc] Move jdbc examples to test scope and add flink-cl…
Browse files Browse the repository at this point in the history
…ients dependency
  • Loading branch information
tillrohrmann authored and rmetzger committed Feb 26, 2016
1 parent de4a0be commit f22f64a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flink-batch-connectors/flink-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ under the License.
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients_2.10</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
Expand Down

0 comments on commit f22f64a

Please sign in to comment.