Skip to content

Commit c74e56b

Browse files
committed
fix duplicate dependency
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 9626931 commit c74e56b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

flink-kubernetes-operator-api/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,7 @@ under the License.
125125
<version>${flink.version}</version>
126126
<scope>test</scope>
127127
</dependency>
128-
129-
<dependency>
130-
<groupId>org.assertj</groupId>
131-
<artifactId>assertj-core</artifactId>
132-
<version>${assertj.version}</version>
133-
<scope>test</scope>
134-
</dependency>
135-
128+
136129
<dependency>
137130
<groupId>org.apache.flink</groupId>
138131
<artifactId>flink-runtime</artifactId>

0 commit comments

Comments
 (0)