Skip to content

Commit

Permalink
Issue KN-946 feat: Upgrade flink version to 1.15.2 unit test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pallakartheekreddy committed Nov 20, 2023
1 parent 010a482 commit d319f9f
Show file tree
Hide file tree
Showing 15 changed files with 167 additions and 1 deletion.
11 changes: 11 additions & 0 deletions asset-enrichment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,17 @@
<artifactId>cassandra-unit</artifactId>
<version>3.11.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
</dependency>
</dependencies>

Expand Down
12 changes: 12 additions & 0 deletions auto-creator-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@
<artifactId>cassandra-unit</artifactId>
<version>3.11.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
12 changes: 12 additions & 0 deletions cassandra-data-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@
<artifactId>cassandra-unit</artifactId>
<version>3.11.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
12 changes: 12 additions & 0 deletions content-auto-creator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@
<artifactId>cassandra-unit</artifactId>
<version>3.11.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
Expand Down
12 changes: 12 additions & 0 deletions csp-migrator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@
<artifactId>cassandra-unit</artifactId>
<version>3.11.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
Expand Down
12 changes: 12 additions & 0 deletions dialcode-context-updater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@
<artifactId>cassandra-unit</artifactId>
<version>3.11.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
12 changes: 12 additions & 0 deletions live-video-stream-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@
<artifactId>cassandra-unit</artifactId>
<version>3.11.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
Expand Down
12 changes: 12 additions & 0 deletions mvc-indexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,18 @@
<artifactId>cassandra-unit</artifactId>
<version>3.11.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
11 changes: 11 additions & 0 deletions post-publish-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,17 @@
<artifactId>cassandra-unit</artifactId>
<version>3.11.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
</dependency>
</dependencies>

Expand Down
12 changes: 12 additions & 0 deletions publish-pipeline/content-publish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,18 @@
<artifactId>cassandra-unit</artifactId>
<version>3.11.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
12 changes: 12 additions & 0 deletions publish-pipeline/live-node-publisher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@
<artifactId>cassandra-unit</artifactId>
<version>3.11.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
12 changes: 12 additions & 0 deletions publish-pipeline/questionset-publish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@
<artifactId>cassandra-unit</artifactId>
<version>3.11.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
12 changes: 12 additions & 0 deletions qrcode-image-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,18 @@
<artifactId>cassandra-unit</artifactId>
<version>3.11.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion search-indexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>pl.allegro.tech</groupId>
<artifactId>embedded-elasticsearch</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
12 changes: 12 additions & 0 deletions video-stream-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@
<artifactId>cassandra-unit</artifactId>
<version>3.11.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
Expand Down

0 comments on commit d319f9f

Please sign in to comment.