Skip to content

Commit d20084b

Browse files
authored
chore(deps): remove unneeded/conflicting dependencies (#1404)
1 parent 75fbc25 commit d20084b

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

sample-operators/mysql-schema/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,8 @@
6464
<dependency>
6565
<groupId>org.awaitility</groupId>
6666
<artifactId>awaitility</artifactId>
67-
<version>4.1.0</version>
6867
<scope>test</scope>
6968
</dependency>
70-
<dependency>
71-
<groupId>com.fasterxml.jackson.dataformat</groupId>
72-
<artifactId>jackson-dataformat-yaml</artifactId>
73-
<version>2.13.3</version>
74-
</dependency>
7569
<dependency>
7670
<groupId>io.javaoperatorsdk</groupId>
7771
<artifactId>operator-framework-junit-5</artifactId>

sample-operators/tomcat-operator/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<dependency>
5555
<groupId>org.awaitility</groupId>
5656
<artifactId>awaitility</artifactId>
57-
<version>4.1.1</version>
5857
<scope>test</scope>
5958
</dependency>
6059
<dependency>

0 commit comments

Comments
 (0)