Skip to content

Commit

Permalink
[FLINK-3620] [streaming] Remove DbStateBackend
Browse files Browse the repository at this point in the history
  • Loading branch information
gyfora committed Mar 16, 2016
1 parent 40d5205 commit 33f4311
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 3,382 deletions.
24 changes: 0 additions & 24 deletions flink-contrib/flink-streaming-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,30 +58,6 @@ under the License.
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-tests_2.10</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>
<version>10.12.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbynet</artifactId>
<version>10.12.1.1</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

This file was deleted.

Loading

0 comments on commit 33f4311

Please sign in to comment.