Skip to content

Commit eedf0d5

Browse files
committed
chore: remove unneeded dependencies
1 parent 8efc8e2 commit eedf0d5

File tree

4 files changed

+3
-21
lines changed

4 files changed

+3
-21
lines changed

operator-framework/pom.xml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,15 @@
4242
<groupId>io.fabric8</groupId>
4343
<artifactId>openshift-client</artifactId>
4444
</dependency>
45-
<dependency>
45+
<!--<dependency>
4646
<groupId>org.apache.commons</groupId>
4747
<artifactId>commons-lang3</artifactId>
48-
</dependency>
48+
</dependency>-->
4949
<dependency>
5050
<groupId>org.slf4j</groupId>
5151
<artifactId>slf4j-api</artifactId>
5252
</dependency>
53-
<dependency>
54-
<groupId>com.google.auto.service</groupId>
55-
<artifactId>auto-service</artifactId>
56-
<version>1.0-rc7</version>
57-
</dependency>
5853

59-
<dependency>
60-
<groupId>com.squareup</groupId>
61-
<artifactId>javapoet</artifactId>
62-
<version>1.13.0</version>
63-
</dependency>
6454
<dependency>
6555
<groupId>org.junit.jupiter</groupId>
6656
<artifactId>junit-jupiter-api</artifactId>

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@
5757
<artifactId>openshift-client</artifactId>
5858
<version>4.12.0</version>
5959
</dependency>
60-
<dependency>
61-
<groupId>org.apache.commons</groupId>
62-
<artifactId>commons-lang3</artifactId>
63-
<version>3.11</version>
64-
</dependency>
6560
<dependency>
6661
<groupId>org.slf4j</groupId>
6762
<artifactId>slf4j-api</artifactId>

runtime-configuration/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<dependency>
2727
<groupId>org.apache.commons</groupId>
2828
<artifactId>commons-lang3</artifactId>
29+
<version>3.11</version>
2930
</dependency>
3031
<dependency>
3132
<groupId>org.slf4j</groupId>

samples/mysql-schema/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@
5656
<artifactId>mysql-connector-java</artifactId>
5757
<version>8.0.22</version>
5858
</dependency>
59-
<dependency>
60-
<groupId>org.apache.commons</groupId>
61-
<artifactId>commons-lang3</artifactId>
62-
</dependency>
6359
</dependencies>
6460

6561
<build>

0 commit comments

Comments
 (0)