Skip to content

Commit 3a451e1

Browse files
committed
[CYB-201] [UI][COMPONENT] Fixed Karma Unit tests.
Fixed PR comments.
1 parent b66aaca commit 3a451e1

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

flink-cyber/flink-commands/json-commands/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,6 @@
6969
<version>${log4j.version}</version>
7070
<scope>provided</scope>
7171
</dependency>
72-
<dependency>
73-
<groupId>com.fasterxml.jackson.core</groupId>
74-
<artifactId>jackson-databind</artifactId>
75-
<version>${jackson.version}</version>
76-
</dependency>
77-
<dependency>
78-
<groupId>com.google.guava</groupId>
79-
<artifactId>guava</artifactId>
80-
<version>${guava.version}</version>
81-
</dependency>
82-
8372
</dependencies>
8473

8574
<build>

flink-cyber/flink-profiler/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
<groupId>org.apache.flink</groupId>
4848
<artifactId>flink-avro</artifactId>
4949
</dependency>
50-
<dependency>
51-
<groupId>com.google.guava</groupId>
52-
<artifactId>guava</artifactId>
53-
</dependency>
5450
<dependency>
5551
<groupId>org.assertj</groupId>
5652
<artifactId>assertj-core</artifactId>

0 commit comments

Comments
 (0)