Skip to content

Commit

Permalink
[hotfix][build] Remove unused shaded-asm7 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Feb 13, 2020
1 parent de443da commit dd34b05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions flink-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ under the License.
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-asm-7</artifactId>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions flink-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ under the License.
<artifactId>flink-shaded-guava</artifactId>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-asm-7</artifactId>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-jackson</artifactId>
Expand Down

0 comments on commit dd34b05

Please sign in to comment.