Skip to content

Commit 2f66874

Browse files
authored
Remove direct dependency on commons-text (#10804)
1 parent feaba28 commit 2f66874

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

config/etcd/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,6 @@
5757
<dependency>
5858
<groupId>org.mousio</groupId>
5959
<artifactId>etcd4j</artifactId>
60-
<exclusions>
61-
<exclusion>
62-
<groupId>org.apache.commons</groupId>
63-
<artifactId>commons-text</artifactId>
64-
</exclusion>
65-
</exclusions>
66-
</dependency>
67-
<dependency>
68-
<!-- for dependency convergence with handlebars -->
69-
<groupId>org.apache.commons</groupId>
70-
<artifactId>commons-text</artifactId>
71-
<version>${version.lib.commons-text}</version>
7260
</dependency>
7361
<!-- etcd v3 -->
7462
<dependency>

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,6 +1188,12 @@
11881188
<artifactId>wagon-provider-api</artifactId>
11891189
<version>${version.lib.maven-wagon}</version>
11901190
</dependency>
1191+
<dependency>
1192+
<!-- for dependency convergence with handlebars -->
1193+
<groupId>org.apache.commons</groupId>
1194+
<artifactId>commons-text</artifactId>
1195+
<version>${version.lib.commons-text}</version>
1196+
</dependency>
11911197
<dependency>
11921198
<!--
11931199
Required for dependency convergence

0 commit comments

Comments
 (0)