We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0166683 commit e1d3af2Copy full SHA for e1d3af2
pom.xml
@@ -60,5 +60,15 @@
60
<artifactId>commons-net</artifactId>
61
<version>3.3</version>
62
</dependency>
63
+ <dependency>
64
+ <groupId>commons-lang</groupId>
65
+ <artifactId>commons-lang</artifactId>
66
+ <version>2.6</version>
67
+ </dependency>
68
69
+ <groupId>org.apache.commons</groupId>
70
+ <artifactId>commons-lang3</artifactId>
71
+ <version>3.7</version>
72
73
</dependencies>
74
</project>
0 commit comments