Skip to content

Commit ece4d5a

Browse files
authored
remove duplicate dependency
1 parent 6c7d383 commit ece4d5a

File tree

1 file changed

+0
-5
lines changed
  • core-java-modules/core-java-string-algorithms-3

1 file changed

+0
-5
lines changed

core-java-modules/core-java-string-algorithms-3/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
<artifactId>commons-validator</artifactId>
2525
<version>${validator.version}</version>
2626
</dependency>
27-
<dependency>
28-
<groupId>com.google.guava</groupId>
29-
<artifactId>guava</artifactId>
30-
<version>${guava.version}</version>
31-
</dependency>
3227
</dependencies>
3328

3429
<build>

0 commit comments

Comments
 (0)