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 1842abb commit 0a09b26Copy full SHA for 0a09b26
wechaty/pom.xml
@@ -90,6 +90,13 @@
90
<artifactId>htmlcleaner</artifactId>
91
</dependency>
92
93
+ <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
94
+ <dependency>
95
+ <groupId>org.apache.commons</groupId>
96
+ <artifactId>commons-lang3</artifactId>
97
+ </dependency>
98
+
99
100
101
</dependencies>
102
0 commit comments