Skip to content

Commit

Permalink
[hotfix][web][build] Cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Feb 13, 2020
1 parent 7a490d8 commit 244d2db
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions flink-runtime-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ under the License.
<artifactId>flink-shaded-jackson</artifactId>
</dependency>

<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>

<!-- ===================================================
Testing
=================================================== -->
Expand All @@ -96,13 +91,6 @@ under the License.
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
<version>${curator.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-runtime_${scala.binary.version}</artifactId>
Expand All @@ -117,6 +105,12 @@ under the License.
<scope>test</scope>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

<profiles>
Expand Down

0 comments on commit 244d2db

Please sign in to comment.